commit | b08c2cb666abb46551d84ed01341c0d96c245a00 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue Jul 20 16:42:00 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 20 16:42:00 2021 +0000 |
tree | a365439bbb7028cf48cd890ea7541e7edc727644 | |
parent | 21dea4eb3d29cada084fa6a095cd05eaf941def1 [diff] | |
parent | a4198301d7eb7dcdc0e5319aeea72498a29c4c48 [diff] |
Merge "binder: don't dereference NULL"
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index cb65bef..7624938 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -288,7 +288,7 @@ // Do not expand the visibility. visibility: [ "//packages/modules/Virtualization/authfs:__subpackages__", - "//packages/modules/Virtualization/compos", + "//packages/modules/Virtualization/compos:__subpackages__", "//packages/modules/Virtualization/microdroid", ], }