This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
android_device_lenovo_msm8937-common
Watch
1
Star
0
Fork
You've already forked android_device_lenovo_msm8937-common
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ee1fd01107
android_device_lenovo_msm89...
/
board
/
recovery.mk
3 lines
70 B
Makefile
Raw
Normal View
History
Unescape
Escape
land: Update firmware on install-time This ensures that every user has the same firwmare. Change-Id: I000f004e797f5f7b87b278491070631a54547021
2016-11-11 00:21:38 +00:00
# Recovery
msm8937-common: Get rid of recovery-only fstab * Mounting /system and /vendor partitions is handled in kernel now, however removing the entries from fstab caused issues building the OTA. The workaround was to have a separate fstab, but turns out that simply setting the recoveryonly flag does the trick because those are then ignored during a normal Android boot.
2018-02-27 20:00:45 +00:00
TARGET_RECOVERY_FSTAB
:=
$(
VENDOR_PATH
)
/rootdir/fstab.qcom
Reference in a new issue
Copy permalink