Commit 89652a35 by Courtney Goeltzenleuchter Committed by Commit Bot

Fix AndroidManifest package name

Cannot have package name with 'google' in it, it is not dependent on Google, ANGLE is an open source project. Bug=angleproject:2418 Change-Id: If69be10b2d60789d0cce30b631249927026c5c0e Reviewed-on: https://chromium-review.googlesource.com/1229434Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 98a3e078
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.angle"> package="com.android.angle">
<uses-sdk android:minSdkVersion="26" <uses-sdk android:minSdkVersion="26"
android:targetSdkVersion="28"> android:targetSdkVersion="28">
</uses-sdk> </uses-sdk>
......
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