Snap for 6548157 from 7d962f33508663b01404a5eefc27b7f18bcab607 to r-keystone-qcom-release
Change-Id: I8eecdb947903cf4ea807b4585534bf74bf810eb0
diff --git a/Android.bp b/Android.bp
index c6f65be..00f54d9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,8 @@
"//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 @@
"//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",