aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:07 +0000
commit9bd8b48dd3b7d2c04943a8d02c49098397bef5b8 (patch)
tree4ef414cbf5d10d93f42b984987a51bb52dd7d2f9
parenta52fecd82b38ebf3c652ca91e5a5030602049020 (diff)
parent6c3861e545719789f2958c8a67ba0e43e586d69a (diff)
downloadjsmn-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 6c3861e545719789f2958c8a67ba0e43e586d69a to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I55a8766bd78134c6ee425abfe59c8b38fc4a5cd5
-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",
+ ],
}