summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-05-27 20:47:37 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-05-27 20:47:37 +0000
commit49739978f9b0b153a10f759950ec20ac225981c3 (patch)
tree25522a2086d7ef9846e38b6e0d5dfc195f5f4579
parentc68e991e8828e69e0d678f145dccbc80843ae785 (diff)
parentf65f67c62279db77ec727b9fe59e90ae4c4cb6dc (diff)
downloadexternal_libcxx-platform-tools-30.0.3.tar.gz
external_libcxx-platform-tools-30.0.3.tar.bz2
external_libcxx-platform-tools-30.0.3.zip
Snap for 6533464 from f65f67c62279db77ec727b9fe59e90ae4c4cb6dc to sdk-releaseplatform-tools-30.0.3platform-tools-30.0.2
Change-Id: Idc9f08cbaf1ed3acbf38fe6d9571a60a9da0d468
-rw-r--r--Android.bp4
-rw-r--r--METADATA3
2 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 42a91944b..bd109a21a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,8 @@ cc_library_static {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ // being part of updatable apexes, this should work on older releases
+ min_sdk_version: "apex_inherit",
native_bridge_supported: true,
srcs: [
"src/algorithm.cpp",
@@ -122,6 +124,8 @@ cc_library_shared {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ // being part of updatable apexes, this should work on older releases
+ min_sdk_version: "apex_inherit",
whole_static_libs: ["libc++_static"],
stl: "none",
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..d97975ca3
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}