marble: call gamebar package

This commit is contained in:
beingashwani
2025-12-19 08:56:28 +00:00
committed by Joey
parent cd0336994e
commit 9c704d1ea3
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ $(call soong_config_set,camera,package_name,com.android.camera)
# Init
$(call soong_config_set,libinit,vendor_init_lib,//$(LOCAL_PATH):init_xiaomi_marble)
# call gamebar
$(call inherit-product, packages/apps/GameBar/gamebar.mk)
# Init scripts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init.marble.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.marble.rc

View File

@@ -42,5 +42,9 @@
{
"repository": "kernel_xiaomi_sm8450-modules",
"target_path": "kernel/xiaomi/sm8450-modules"
},
{
"repository": "packages_apps_GameBar",
"target_path": "packages/apps/GameBar"
}
]