Set min_sdk_version to be part of mainline modules am: f65f67c622

Change-Id: Ibcadc26087965028ec8f5cd9de738af6d87c9471
This commit is contained in:
Jooyung Han
2020-05-02 00:51:52 +00:00
committed by Automerger Merge Worker

View File

@@ -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",