commit fe4b418455f590d4f400768076e60bb2f9b1a572 Author: Alexander Winkowski Date: Tue Feb 22 12:15:01 2022 +0000 miatoll-gcam: Initial commit Google Camera 8.4.300 V1.2 by Parrot043 Change-Id: Ic88812aadde17e65eedb36c1603e3e231913211d diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..324f487 --- /dev/null +++ b/Android.bp @@ -0,0 +1,18 @@ +// Automatically generated file. DO NOT MODIFY +// +// This file is generated by device/xiaomi/miatoll-gcam/setup-makefiles.sh + +soong_namespace { +} + +android_app_import { + name: "GoogleCamera", + owner: "xiaomi", + apk: "proprietary/product/app/GoogleCamera/GoogleCamera.apk", + presigned: true, + dex_preopt: { + enabled: false, + }, + product_specific: true, +} + diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..81aae6c --- /dev/null +++ b/Android.mk @@ -0,0 +1,9 @@ +# Automatically generated file. DO NOT MODIFY +# +# This file is generated by device/xiaomi/miatoll-gcam/setup-makefiles.sh + +LOCAL_PATH := $(call my-dir) + +ifeq ($(TARGET_DEVICE),miatoll-gcam) + +endif diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk new file mode 100644 index 0000000..74ef9f0 --- /dev/null +++ b/BoardConfigVendor.mk @@ -0,0 +1,4 @@ +# Automatically generated file. DO NOT MODIFY +# +# This file is generated by device/xiaomi/miatoll-gcam/setup-makefiles.sh + diff --git a/miatoll-gcam-vendor.mk b/miatoll-gcam-vendor.mk new file mode 100644 index 0000000..396ca06 --- /dev/null +++ b/miatoll-gcam-vendor.mk @@ -0,0 +1,10 @@ +# Automatically generated file. DO NOT MODIFY +# +# This file is generated by device/xiaomi/miatoll-gcam/setup-makefiles.sh + +PRODUCT_SOONG_NAMESPACES += \ + vendor/xiaomi/miatoll-gcam + + +PRODUCT_PACKAGES += \ + GoogleCamera diff --git a/proprietary/product/app/GoogleCamera/GoogleCamera.apk b/proprietary/product/app/GoogleCamera/GoogleCamera.apk new file mode 100644 index 0000000..90ab214 Binary files /dev/null and b/proprietary/product/app/GoogleCamera/GoogleCamera.apk differ