aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-02 22:05:08 +0000
committerSpandan Das <spandandas@google.com>2024-01-02 22:05:08 +0000
commit9ceaceb7129151e8d8bc60979e0292526a59a589 (patch)
tree03159a0a38f000cb747f4e1128efd557fdf16f72
parenteace01857b40a9e01ed5d0e8d69b77f4d7771fbd (diff)
downloadfmtlib-9ceaceb7129151e8d8bc60979e0292526a59a589.tar.gz
Make apex availability of fmtlib_ndk explicitemu-34-3-release
The availability to com.android.mediaprovider was done implicitly using a baseline map in build/soong/apex/apex.go. Make this explicit in Android.bp Bug: 281077552 Test: m nothing Change-Id: Id9502c663d2c963df1726dc812885773b792407a
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 639cc255..2d6c6b30 100644
--- a/Android.bp
+++ b/Android.bp
@@ -115,6 +115,10 @@ cc_library_static {
defaults: ["fmtlib-non-test-defaults"],
sdk_version: "current",
stl: "c++_static",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.mediaprovider",
+ ],
}
cc_defaults {