mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
miatoll: prebuilts: Add GCamGOPrebuilt
This commit is contained in:
parent
2703a890cf
commit
f585afc2ac
13
GCamGOPrebuilt/Android.mk
Normal file
13
GCamGOPrebuilt/Android.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GCamGOPrebuilt
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_SRC_FILES := GCamGOPrebuilt.apk
|
||||||
|
LOCAL_CERTIFICATE := platform
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
||||||
|
LOCAL_OVERRIDES_PACKAGES := Snap Camera2
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_PRODUCT_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
BIN
GCamGOPrebuilt/GCamGOPrebuilt.apk
Normal file
BIN
GCamGOPrebuilt/GCamGOPrebuilt.apk
Normal file
Binary file not shown.
@ -109,7 +109,7 @@ TARGET_SCREEN_WIDTH := 1080
|
|||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libgui_vendor \
|
libgui_vendor \
|
||||||
Snap
|
GCamGOPrebuilt
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user