aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2020-02-18 12:14:34 +0800
committerIsaac Chen <ycchen@google.com>2020-02-18 12:14:34 +0800
commitc648eb15b87dd2bbc1c3455350c775511dca0557 (patch)
tree833caa831416a0ea05f42219a24aeb0a471ffef5
parentc89d32a51ceabd383979a9823dad08af640e8d8b (diff)
downloadcommon-c648eb15b87dd2bbc1c3455350c775511dca0557.tar.gz
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
-rw-r--r--mgsi/csi_x86.mk5
1 files 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