diff options
| author | 2020-05-13 21:55:10 +0000 | |
|---|---|---|
| committer | 2020-05-13 21:56:03 +0000 | |
| commit | e5b112ae7cb970ad4837ecc03104ad8ad39f478c (patch) | |
| tree | 426e6afa031b9fefa064155a9093dc098fa4f08c | |
| parent | c5d0344511e6cc2ce5212e21c681a396aac6f9ff (diff) | |
Revert "Make libbinder not available to media.swcodec apex"
This reverts commit c5d0344511e6cc2ce5212e21c681a396aac6f9ff.
Reason for revert: breaks ndk build on rvc-dev-plus-aosp, not sure why.
https://android-build.googleplex.com/builds/submitted/6492183/ndk/latest/view/logs/build_error.log
Change-Id: Ife18316c47a68a3d93c5a73eb47a142525dbbd0d
bug: 156531370
| -rw-r--r-- | libs/binder/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 2832bc91f4..db4aba8640 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -74,6 +74,9 @@ cc_library { // or dessert updates. Instead, apex users should use libbinder_ndk. apex_available: [ "//apex_available:platform", + // TODO(b/139016109) remove these three + "com.android.media.swcodec", + "test_com.android.media.swcodec", ], srcs: [ |