aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:40:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:40:20 +0000
commit82d64bb8f3c9b04b3088e23dc1c5d580703f0050 (patch)
tree4ef414cbf5d10d93f42b984987a51bb52dd7d2f9
parentd1281dff28792ecd7ecf72a8160fb7816f4a282e (diff)
parent6c3861e545719789f2958c8a67ba0e43e586d69a (diff)
downloadjsmn-82d64bb8f3c9b04b3088e23dc1c5d580703f0050.tar.gz
Snap for 10453563 from 6c3861e545719789f2958c8a67ba0e43e586d69a to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: If6792061d7b982f0b9b2492c5eab74490a63f4d4
-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",
+ ],
}