miatoll-gcam: Initial commit

Google Camera 8.4.300 V1.2 by Parrot043

Change-Id: Ic88812aadde17e65eedb36c1603e3e231913211d
This commit is contained in:
Alexander Winkowski 2022-02-22 12:15:01 +00:00
commit fe4b418455
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
5 changed files with 41 additions and 0 deletions

18
Android.bp Normal file
View File

@ -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,
}

9
Android.mk Normal file
View File

@ -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

4
BoardConfigVendor.mk Normal file
View File

@ -0,0 +1,4 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/miatoll-gcam/setup-makefiles.sh

10
miatoll-gcam-vendor.mk Normal file
View File

@ -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

Binary file not shown.