commit | 8a9048faf8f3918489e05f79f497eef0e098e559 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Mon Nov 30 14:19:26 2020 -0800 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Mon Nov 30 17:02:31 2020 -0800 |
tree | 6f0eabb7bcd3a457c0d54677f5fbe9b42828986c | |
parent | 5359f835e83ec80eb640686ba0d636bf71669b4f [diff] [blame] |
Fix OSX breakage cc_libraries depending on AIDL modules should disable darwin. Fixes: 174503625 Change-Id: I49b2e696c8661c427a0c6ead71db6673658924f5
diff --git a/Android.bp b/Android.bp index 327593f..a7cf3e5 100644 --- a/Android.bp +++ b/Android.bp
@@ -54,4 +54,9 @@ "com.android.media", "com.android.media.swcodec", ], + target: { + darwin: { + enabled: false, + }, + }, }