rro: build: Make x86 targets build

This commit is contained in:
Alessandro Astone 2022-01-28 13:44:28 +01:00
parent 307550ed7d
commit 3adfb82419
2 changed files with 8 additions and 0 deletions

View File

@ -2,4 +2,8 @@ include vendor/lineage/build/target/product/lineage_x86.mk
PRODUCT_NAME := lineage_gapps_x86
PRODUCT_SDK_ADDON_NAME :=
PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP :=
TARGET_NO_KERNEL_OVERRIDE := true
PRODUCT_SOONG_NAMESPACES += vendor/gapps/overlay

View File

@ -2,4 +2,8 @@ include vendor/lineage/build/target/product/lineage_x86_64.mk
PRODUCT_NAME := lineage_gapps_x86_64
PRODUCT_SDK_ADDON_NAME :=
PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP :=
TARGET_NO_KERNEL_OVERRIDE := true
PRODUCT_SOONG_NAMESPACES += vendor/gapps/overlay