aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:23:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:23:05 +0000
commit03816f035cfc68ec2caf08bbba602147eeb1baef (patch)
tree5542344a76634ae30bd49784d136ab801508d47e
parent8f406814009d19bcdc35cc01c07899032fe687e8 (diff)
parentef504fb429de168304bd227f421848adc0d8f325 (diff)
downloadjsoncpp-android12-mainline-tzdata-release.tar.gz
Change-Id: Id32f6e25099d494beffabd39482b68613f9cccb9
-rw-r--r--Android.bp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index c574f6f..3209f02 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,7 +40,6 @@ cc_library {
},
host_supported: true,
recovery_available: true,
- native_bridge_supported: true,
}
cc_library_static {
@@ -49,9 +48,3 @@ cc_library_static {
sdk_version: "9",
stl: "libc++_static",
}
-
-cc_library_headers {
- name: "libjsoncpp_headers",
- export_include_dirs: ["include"],
- host_supported: true,
-}