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

Commit c42b681f authored by Bowgo Tsai's avatar Bowgo Tsai Committed by android-build-merger
Browse files

Merge "Sets default value of ro.postinstall.fstab.prefix" am: b6520ddc

am: cf4ee6ac

Change-Id: I940adcc68419e660ba27294a7b4f8a2f6e299074
parents 2725896b cf4ee6ac
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -257,6 +257,15 @@ ifneq (,$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER))
ADDITIONAL_PRODUCT_PROPERTIES += dalvik.vm.systemservercompilerfilter=$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER)
ADDITIONAL_PRODUCT_PROPERTIES += dalvik.vm.systemservercompilerfilter=$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER)
endif
endif


# Sets the default value of ro.postinstall.fstab.prefix to /system.
# Device board config should override the value to /product when needed by:
#
#     PRODUCT_PRODUCT_PROPERTIES += ro.postinstall.fstab.prefix=/product
#
# It then uses ${ro.postinstall.fstab.prefix}/etc/fstab.postinstall to
# mount system_other partition.
ADDITIONAL_DEFAULT_PROPERTIES += ro.postinstall.fstab.prefix=/system

# -----------------------------------------------------------------
# -----------------------------------------------------------------
###
###
### In this section we set up the things that are different
### In this section we set up the things that are different