sdm845-common: Start using vendor_overlay
* This lets us override files in /vendor without relying on bind mounts ^.^ Change-Id: Ib0b173682a48836aeac97e2c3691176a44f13aab
This commit is contained in:
parent
105677e43e
commit
60d417a52f
14 changed files with 65 additions and 70 deletions
5
config.fs
Normal file
5
config.fs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[system/product/vendor_overlay/*/bin/*]
|
||||
mode: 0755
|
||||
user: AID_ROOT
|
||||
group: AID_SHELL
|
||||
caps: 0
|
||||
Loading…
Reference in a new issue