commit | 2acf573762004d07ceb49a5bdbc2ab0266059524 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Nov 06 11:16:36 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 06 11:16:36 2023 +0000 |
tree | 683437f39b1e207d6bff936412c11343c2ba385d | |
parent | 3b980eb7c394405de3323fe9f82ad7b0107b75e5 [diff] | |
parent | 32bbc2efa1bd1d64d34037a90038782ba02c51fe [diff] |
Merge "README for the Java APIs" into main
diff --git a/apex/Android.bp b/apex/Android.bp index a05f7b0..a4c8861 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -58,6 +58,13 @@ "libvirtualizationservice_jni", "libvirtualmachine_jni", ], + // TODO(b/295593640) Unfortunately these are added to the apex even though they are unused. + // Once the build system is fixed, remove this. + unwanted_transitive_deps: [ + "libdrm", + "libsso", + "libutils", + ], } apex_defaults {