summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Harish Mahendrakar <harish.mahendrakar@ittiam.com> 2022-05-27 10:41:14 -0700
committer Cherrypicker Worker <android-build-cherrypicker-worker@google.com> 2022-06-02 22:28:14 +0000
commit9533de4ab5d21cac23ece7c024407861c1d3d354 (patch)
tree7d012b19c07c6fffdd2772c383a9c09348179838
parenta0292d14c0ea5cdb6cc4444869f6abac95d1dfd3 (diff)
updates to libarect_headers to include in media apex modules
Bug: 229387180 Test: Builds Change-Id: I147609c9d72a0f30c092891cfca812ccbde53abf (cherry picked from commit 54ff5210fa559618bbe754248bbdbc1fbbf82e6b) Merged-In: I147609c9d72a0f30c092891cfca812ccbde53abf
-rw-r--r--libs/arect/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 41b34605f7..76e3e66749 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -39,9 +39,16 @@ ndk_headers {
cc_library_headers {
name: "libarect_headers",
+ vendor_available: true,
+ min_sdk_version: "29",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
export_include_dirs: ["include"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.media",
+ "com.android.media.swcodec",
+ ],
}
cc_library_static {