* imported from current lineage backuptools and modified for AOSPA.
Change-Id: Ib6995bda39818862d2947159cd81ac960b9652a7
[Jprimero15: Update to vauxite and add only for vanilla builds]
Signed-off-by: Jprimero15 <jprimero15@aospa.co>
* based on lineage and aosp audio
* also set default ringtones
Change-Id: I96281889d061b145032e1d3253c43a44c2a61823
Signed-off-by: Jprimero15 <jprimero15@aospa.co>
Some banking apps read the file /proc/net/unix to
find out whether things like Magisk are installed/running.
To prevent that, chmod it 440.
This file isn't needed by any other process when boot is finished.
I've tested this and banking apps that did not work before
and recognized Magisk being installed now don't recognize
that and work just fine.
Change-Id: Icd2be51436fa13cc52748e6d03937d0cb2e713f1
Signed-off-by: Simao Gomes Viana <xdevs23@outlook.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
- allows us to skip including lily_experience on overriding
GcamGo with other camera apps
- pass through bpfmt
Change-Id: Iafa984bcdad535f33ebf246115d893501ade483d
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
FscryptSetDirectoryPolicy no longer tries to infer the action from the
filename. Well mostly; it still assumes top-level directories in /data
should be encrypted unless the mkdir arguments say otherwise, but
it warns.
Bug: 26641735
Test: boot, check log messages
Change-Id: Id6d2cea7fb856f17323897d85cf6190c981b443c
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Setting compiler filter verify and disabling AOT-compilation
in dexpreopt is not something we want to do globally because
of one module. Hence, moving to a better fix to the issue.
Shoutout to jake for figuring this out.
Change-Id: I254c0ccb48021a46d3c98d2c748421a535b591b1