diff --git a/GCamGOPrebuilt/Android.bp b/GCamGOPrebuilt/Android.bp deleted file mode 100644 index 6259774..0000000 --- a/GCamGOPrebuilt/Android.bp +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 646bb40..0000000 Binary files a/GCamGOPrebuilt/GCamGOPrebuilt.apk and /dev/null differ diff --git a/common.mk b/common.mk index d292cad..46831a4 100644 --- a/common.mk +++ b/common.mk @@ -194,9 +194,6 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service_64 \ vendor.qti.hardware.camera.postproc@1.0.vendor -PRODUCT_PACKAGES += \ - GCamGOPrebuilt - # Common init scripts PRODUCT_PACKAGES += \ init.class_main.sh \