diff --git a/GCamGOPrebuilt/Android.bp b/GCamGOPrebuilt/Android.bp new file mode 100644 index 0000000..6259774 --- /dev/null +++ b/GCamGOPrebuilt/Android.bp @@ -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"], +} diff --git a/GCamGOPrebuilt/GCamGOPrebuilt.apk b/GCamGOPrebuilt/GCamGOPrebuilt.apk new file mode 100644 index 0000000..646bb40 Binary files /dev/null and b/GCamGOPrebuilt/GCamGOPrebuilt.apk differ diff --git a/common.mk b/common.mk index 1bd152b..1ed8ab4 100644 --- a/common.mk +++ b/common.mk @@ -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 \