Commit 0652d0d6 by Geoff Lang Committed by Commit Bot

Fix non-existent required dependency

TARGET module ANGLE has non-existent required: privapp_whitelist_com.android.angle Bug: b/7456955 Test: TH presubmit Change-Id: I828f154d2ff8126de8383ef56216436c29677729 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2218687Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent f7a7fb49
...@@ -492,7 +492,6 @@ def main(): ...@@ -492,7 +492,6 @@ def main():
'defaults': ['ANGLE_java_defaults'], 'defaults': ['ANGLE_java_defaults'],
'static_libs': ['ANGLE_library'], 'static_libs': ['ANGLE_library'],
'manifest': 'src/android_system_settings/src/com/android/angle/AndroidManifest.xml', 'manifest': 'src/android_system_settings/src/com/android/angle/AndroidManifest.xml',
'required': ['privapp_whitelist_com.android.angle'],
})) }))
output = [ output = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment