Rebrand to marble
Change-Id: I1b2fd93c4b26b9f1f83c277da1351bdcddaba603 Signed-off-by: Fiqri Ardyansyah <fiqri191002@gmail.com>
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#
|
||||
|
||||
# Inherit from the proprietary version
|
||||
include vendor/xiaomi/miuicamera-cupid/BoardConfigVendor.mk
|
||||
include vendor/xiaomi/miuicamera-marble/BoardConfigVendor.mk
|
||||
|
||||
MIUICAMERA_PATH := device/xiaomi/miuicamera-cupid
|
||||
MIUICAMERA_PATH := device/xiaomi/miuicamera-marble
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(MIUICAMERA_PATH)/system.prop
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# Inherit from the proprietary version
|
||||
$(call inherit-product, vendor/xiaomi/miuicamera-cupid/miuicamera-cupid-vendor.mk)
|
||||
$(call inherit-product, vendor/xiaomi/miuicamera-marble/miuicamera-marble-vendor.mk)
|
||||
|
||||
# Public libraries
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
@@ -18,7 +18,7 @@ from extract_utils.main import (
|
||||
)
|
||||
|
||||
namespace_imports = [
|
||||
'device/xiaomi/miuicamera-cupid',
|
||||
'device/xiaomi/miuicamera-marble',
|
||||
]
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ blob_fixups: blob_fixups_user_type = {
|
||||
} # fmt: skip
|
||||
|
||||
module = ExtractUtilsModule(
|
||||
'miuicamera-cupid',
|
||||
'miuicamera-marble',
|
||||
'xiaomi',
|
||||
blob_fixups=blob_fixups,
|
||||
lib_fixups=lib_fixups,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# All unpinned blobs below are extracted from cupid OS2.0.1.0.VLCMIXM
|
||||
# All unpinned blobs below are extracted from marble OS2.0.210.0.VMRMIXM
|
||||
|
||||
product/priv-app/MiuiCamera/MiuiCamera.apk:system/priv-app/MiuiCamera/MiuiCamera.apk
|
||||
system_ext/lib64/libcamera_algoup_jni.xiaomi.so:system/lib64/libcamera_algoup_jni.xiaomi.so
|
||||
|
||||
Reference in New Issue
Block a user