Commit 2c0e06d9 by Cody Northrop Committed by Commit Bot

Add temporary icon for ANGLE apk

Even though we don't plan to be launchable, we need to include an icon for plumbing reasons. For now I'm using a temporary icon pulled from our Cubey sample. When we get something official we can easily swap it in, and enhance it support multiple dpis. Bug: angleproject:2991 Change-Id: I2873d74586543c617cfc13fe6582b0b4967cbb22 Reviewed-on: https://chromium-review.googlesource.com/c/1355505Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 8dc27f99
......@@ -13,6 +13,7 @@
</uses-sdk>
<application android:label="Android System Angle"
android:icon="@com.google.android.angle:drawable/icon"
android:extractNativeLibs="false"
android:multiArch="true"
android:hasCode="false">
......
......@@ -965,9 +965,16 @@ if (is_android) {
"src/feature_support_util/a4a_rules.json",
]
}
android_resources("angle_apk_resources") {
resource_dirs = [ "android/res" ]
custom_package = "com.google.android.angle"
}
android_apk("angle_apk") {
deps = [
":angle_apk_assets",
":angle_apk_resources",
]
if (build_apk_secondary_abi && android_64bit_target_cpu) {
secondary_abi_shared_libraries = [
......
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