Set apex_available property am: 2d6d9ab848 am: a19a10f981

Change-Id: Ic01f21e6463da94b4fc0b77731b38d0f7a7564a5
This commit is contained in:
Automerger Merge Worker
2020-03-13 11:48:07 +00:00

View File

@@ -57,6 +57,10 @@ cc_library_static {
vendor_available: true,
ramdisk_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
native_bridge_supported: true,
srcs: [
"src/algorithm.cpp",
@@ -114,6 +118,10 @@ cc_library_shared {
},
ramdisk_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
whole_static_libs: ["libc++_static"],
stl: "none",