allow disable OMX for 64only build

This commit is contained in:
Ziyang Zhou
2021-11-11 21:50:11 +08:00
parent 47e8a23531
commit 35a30e56d3
10 changed files with 123 additions and 22 deletions

View File

@@ -15,6 +15,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
REDROID_DISABLE_OMX := true
$(call inherit-product, $(LOCAL_PATH)/redroid.mk)
$(call inherit-product, $(LOCAL_PATH)/redroid_x86_64_only/device.mk)