Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e71f9bd authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Don't inherit tablet-dalvik-heap for GSI and emulator am: 6ce12029

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12042307

Change-Id: I8b20b2a7ae501df0c6a9f6d690eff300387a5ab1
parents 10929231 6ce12029
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -26,7 +26,3 @@ endif

PRODUCT_COPY_FILES += \
    $(LOCAL_KERNEL):kernel

# Adjust the Dalvik heap to be appropriate for a tablet.
$(call inherit-product-if-exists, frameworks/base/build/tablet-dalvik-heap.mk)
$(call inherit-product-if-exists, frameworks/native/build/tablet-dalvik-heap.mk)
+0 −4
Original line number Diff line number Diff line
@@ -19,7 +19,3 @@ PRODUCT_COPY_FILES += \
    device/google/cuttlefish_kernel/5.4-arm64/kernel-5.4:kernel-5.4 \
    device/google/cuttlefish_kernel/5.4-arm64/kernel-5.4-gz:kernel-5.4-gz \
    device/google/cuttlefish_kernel/5.4-arm64/kernel-5.4-lz4:kernel-5.4-lz4

# Adjust the Dalvik heap to be appropriate for a tablet.
$(call inherit-product-if-exists, frameworks/base/build/tablet-dalvik-heap.mk)
$(call inherit-product-if-exists, frameworks/native/build/tablet-dalvik-heap.mk)