Merge pull request #4 from Dinolek/android-8.1
Allow to flash GSI on phones with smaller system partition size
This commit is contained in:
commit
70abaa45bc
1
gapps.mk
1
gapps.mk
@ -1,4 +1,5 @@
|
|||||||
GAPPS_VARIANT := nano
|
GAPPS_VARIANT := nano
|
||||||
|
DONT_DEXPREOPT_PREBUILTS := true
|
||||||
GAPPS_FORCE_PACKAGE_OVERRIDES := true
|
GAPPS_FORCE_PACKAGE_OVERRIDES := true
|
||||||
GAPPS_FORCE_BROWSER_OVERRIDES := true
|
GAPPS_FORCE_BROWSER_OVERRIDES := true
|
||||||
GAPPS_FORCE_WEBVIEW_OVERRIDES := true
|
GAPPS_FORCE_WEBVIEW_OVERRIDES := true
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include build/make/target/board/generic_arm64_a/BoardConfig.mk
|
include build/make/target/board/generic_arm64_a/BoardConfig.mk
|
||||||
|
|
||||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
|
||||||
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
|
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
|
||||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth
|
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth
|
||||||
|
Loading…
Reference in New Issue
Block a user