Set min_sdk_version to be part of mainline modules am: f65f67c622 am: 1447d718ca am: 3f6ee4bad8 am: 1d25228bfa
Change-Id: I0135b9299b01ec7d7b0b7f5447108419366e403a
This commit is contained in:
@@ -61,6 +61,8 @@ cc_library_static {
|
|||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
// being part of updatable apexes, this should work on older releases
|
||||||
|
min_sdk_version: "apex_inherit",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/algorithm.cpp",
|
"src/algorithm.cpp",
|
||||||
@@ -122,6 +124,8 @@ cc_library_shared {
|
|||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
// being part of updatable apexes, this should work on older releases
|
||||||
|
min_sdk_version: "apex_inherit",
|
||||||
whole_static_libs: ["libc++_static"],
|
whole_static_libs: ["libc++_static"],
|
||||||
stl: "none",
|
stl: "none",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user