commit | 43a1889a4e7abb2d9723d98f30e8beeece56cd74 | [log] [tgz] |
---|---|---|
author | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Sat May 09 12:52:58 2020 +0530 |
committer | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Mon May 11 10:09:40 2020 +0530 |
tree | a35f7200aa0909bbe64b59cf4512e55a376da8d6 | |
parent | 06079fe2e2660ffe3211d8fcaf50808dba7cdb78 [diff] [blame] |
libaudioclient_headers: Add host support Test: Build libaudioclient Bug: 151789258 Change-Id: Ic377b6781262635805f82524308bfa60e25cdc6b
diff --git a/media/libaudioclient/Android.bp b/media/libaudioclient/Android.bp index d1812e6..b9026d4 100644 --- a/media/libaudioclient/Android.bp +++ b/media/libaudioclient/Android.bp
@@ -10,6 +10,12 @@ export_header_lib_headers: [ "libaudiofoundation_headers", ], + host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, } cc_library_shared {