diff options
| author | 2021-10-14 02:32:43 +0000 | |
|---|---|---|
| committer | 2021-10-14 02:32:43 +0000 | |
| commit | 440b7a04ac8baaaa78e1628002a87c2edea6be6a (patch) | |
| tree | fff5652a98a087af0a1efe3cca3c074333d5859c /libs | |
| parent | b558842bc1459baa0d24188e5db8be19ba4feb8d (diff) | |
| parent | e2c27ecceb197ef5e4cac095a36c41fa151a7a66 (diff) | |
Merge "Remove use_apex_name_macro"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index bb1b5138e0..2ecb8951d7 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -153,10 +153,6 @@ cc_library { export_aidl_headers: true, }, - // TODO(b/142684679): for com.android.media which is compiled - // as vendor and used as system code. - use_apex_name_macro: true, - cflags: [ "-Wall", "-Wextra", |