summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2022-03-01 15:45:33 -0800
committerRay Essick <essick@google.com>2022-03-01 15:45:33 -0800
commitdd45428ffa7f487039df573f6d443484381f9f61 (patch)
treec4073e64a54e92413c2eceba655ebf29599bb425
parenta95b600c5a6f7aeec7c195355c37ff07540e9980 (diff)
downloadlibhardware-dd45428ffa7f487039df573f6d443484381f9f61.tar.gz
drop no-longer-needed apex_available clause on libhardware
codec2/vndk referenced, but did not use, libhardware. Now that the reference is cleaned, we don't need to to export to apex's. Bug: 221444002 Test: build, boot Change-Id: I43bff5cab71d53d8c7422c13265f129b26ca0430
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index a8f4fe4c..92c77faa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,9 +99,4 @@ cc_library_shared {
},
},
min_sdk_version: "29",
- apex_available: [
- "//apex_available:platform",
- "com.android.media.swcodec",
- "test_com.android.media.swcodec",
- ],
}