From c648eb15b87dd2bbc1c3455350c775511dca0557 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Tue, 18 Feb 2020 12:14:34 +0800 Subject: Fix csi_x86 build failure CSI doesn't need to build dynamic partition or super image. Bug: 149716913 Test: $ lunch csi_x86-userdebug; m droid dist Change-Id: Ibcb23df536b8ba534e847d36de228da314d1378d --- mgsi/csi_x86.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mgsi/csi_x86.mk b/mgsi/csi_x86.mk index 749b1ca..07cc5bd 100644 --- a/mgsi/csi_x86.mk +++ b/mgsi/csi_x86.mk @@ -14,8 +14,6 @@ # limitations under the License. # -PRODUCT_USE_DYNAMIC_PARTITIONS := true - # # All components inherited here go to system image # @@ -42,6 +40,9 @@ PRODUCT_COPY_FILES += device/generic/common/nfc/libnfc-nci.conf:$(TARGET_COPY_OU # $(call inherit-product, device/generic/common/mgsi/mgsi_release.mk) +# Don't build super.img. +PRODUCT_BUILD_SUPER_PARTITION := false + PRODUCT_NAME := csi_x86 PRODUCT_DEVICE := dummy_x86 -- cgit v1.2.3