2 Commits

Author SHA1 Message Date
f54f1ffade feat: add vendor_gapps 2025-09-18 01:18:10 +08:00
Ziyang Zhou
9248d0ee4e update lunch choices for Android 15 2025-06-26 22:31:33 +08:00
2 changed files with 5 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/redroid_arm64_only.mk \
COMMON_LUNCH_CHOICES := \
redroid_x86_64-userdebug \
redroid_x86_64_only-userdebug \
redroid_arm64-userdebug \
redroid_arm64_only-userdebug \
redroid_x86_64-ap3a-userdebug \
redroid_x86_64_only-ap3a-userdebug \
redroid_arm64-ap3a-userdebug \
redroid_arm64_only-ap3a-userdebug \

View File

@@ -2,3 +2,4 @@ PRODUCT_COPY_FILES += \
device/redroid/mediacodec.policy.arm:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
$(call inherit-product, device/redroid-prebuilts/prebuilts_arm.mk)
$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)