sm7250-common: Prebuilt Google Camera Go

This commit is contained in:
KakatkarAkshay
2022-01-05 20:15:09 +05:30
parent 9bd78fb15b
commit e57f0c68d0
3 changed files with 15 additions and 1 deletions

12
GCamGOPrebuilt/Android.bp Normal file
View File

@@ -0,0 +1,12 @@
android_app_import {
name: "GCamGOPrebuilt",
owner: "google",
apk: "GCamGOPrebuilt.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
overrides: ["Camera2", "GCamGOPrebuilt-V2", "Snap"],
}