diff options
author | Arusha Goyal <arushag@codeaurora.org> | 2017-05-19 11:17:06 +0530 |
---|---|---|
committer | Arusha Goyal <arushag@codeaurora.org> | 2017-07-23 17:41:57 +0530 |
commit | 0810f45824981604d932600ea4739ad26a4f595d (patch) | |
tree | 9303ab0ab347ec7cb41eff7f68de89adc97ee410 /init.target.rc | |
parent | 9a1b8b4bf9ecd2f7849a5f57ddcc194ce692b37f (diff) |
Support the combinations of A/B and split.
This change introduces compile time flags based on
which we can build combinations of A/B and split features.
Based on the flags, appropriate settings are done in mk files,
and appropriate fstab.qcom/recovery.fstab are picked.
Change-Id: I55cbec9c280f95b043f31b833aef11c2cbe4ab00
Diffstat (limited to 'init.target.rc')
-rwxr-xr-x | init.target.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.target.rc b/init.target.rc index 3c8ee71..1d33e86 100755 --- a/init.target.rc +++ b/init.target.rc @@ -28,6 +28,9 @@ # on early-init + mkdir /firmware 0771 system system + mkdir /bt_firmware 0771 system system + mkdir /dsp 0771 media media on init write /dev/stune/foreground/schedtune.sched_boost_no_override 1 |