aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:49 +0000
commit44afe57ed8348abb0065172b1dc722b1608185a8 (patch)
tree4ef414cbf5d10d93f42b984987a51bb52dd7d2f9
parentc3f22c5abf42361b0f16105788c95e58a93e7a40 (diff)
parent6c3861e545719789f2958c8a67ba0e43e586d69a (diff)
downloadjsmn-android14-mainline-os-statsd-release.tar.gz
Change-Id: I0c32c07829455fe8498226f7502f6acae6be2b09
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aaec394..c1ce2b3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,9 @@ cc_library_static {
srcs: ["jsmn.c"],
cflags: ["-Wall", "-Werror"],
export_include_dirs: ["."],
+ min_sdk_version: "apex_inherit",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}