Commit cf80f252 by Geoff Lang Committed by Commit Bot

Remove android:forceQueryable from the ANGLE.apk manifest

This property is not part of AOSP yet. BUG=b:142320172 Change-Id: I73b0481872096053c6b4b709d15376d82a1a7b02 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2099421 Commit-Queue: Geoff Lang <geofflang@chromium.org> Commit-Queue: Tim Van Patten <timvp@google.com> Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
parent 40c7a20f
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
<application android:label="Android System Angle" <application android:label="Android System Angle"
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:forceQueryable="true"
android:multiArch="true"> android:multiArch="true">
<activity android:name="com.android.angle.MainActivity" <activity android:name="com.android.angle.MainActivity"
......
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