summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-05-21 23:20:25 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-05-21 23:20:25 +0000
commitada2644d3f1beedf3e938f5e8ec6075531686b79 (patch)
treee750c55d827d3812db582a16f4292569f99278b0
parent13a911a2b35c6efbaef277f34f4f1e5f0df5bf19 (diff)
parent81231c9ecd77a2f6492cf87807392434eb83134e (diff)
downloadexternal_libcxx-platform-tools-29.0.1.tar.gz
external_libcxx-platform-tools-29.0.1.tar.bz2
external_libcxx-platform-tools-29.0.1.zip
Snap for 5590969 from 81231c9ecd77a2f6492cf87807392434eb83134e to sdk-releaseplatform-tools-29.0.4platform-tools-29.0.3platform-tools-29.0.2platform-tools-29.0.1
Change-Id: Ife836fef6298681ae27e3068c21c30d45355de19
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f170afa24..9dccf0818 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,6 +57,7 @@ cc_library_static {
defaults: ["libc++ defaults"],
vendor_available: true,
recovery_available: true,
+ native_bridge_supported: true,
srcs: [
"src/algorithm.cpp",
"src/any.cpp",
@@ -106,6 +107,7 @@ cc_library_shared {
name: "libc++",
host_supported: true,
vendor_available: true,
+ native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,
@@ -148,6 +150,7 @@ cc_library_static {
cc_library_static {
name: "libc++fs",
+ recovery_available: true,
defaults: ["libc++ defaults"],
srcs: [
"src/filesystem/directory_iterator.cpp",