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"],
}

Binary file not shown.

View File

@@ -183,9 +183,11 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service_64 \
Snap \
vendor.qti.hardware.camera.postproc@1.0.vendor
PRODUCT_PACKAGES += \
GCamGOPrebuilt
# Common init scripts
PRODUCT_PACKAGES += \
init.class_main.sh \