From 17da305579b830f2d8c08c43b12858c314569ff0 Mon Sep 17 00:00:00 2001 From: alternoegraha Date: Tue, 5 Dec 2023 05:36:26 +0000 Subject: [PATCH] Revert "fog: Inherit project quotas makefile" This reverts commit df303450cbf0078d34d94f344b0edb1bdea0d9f3. --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index f58c8ec..7114f07 100644 --- a/device.mk +++ b/device.mk @@ -13,9 +13,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) # Installs gsi keys into ramdisk, to boot a developer GSI with verified boot. $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) -# Enable project quotas and casefolding for emulated storage without sdcardfs -$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) - # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)