Snap for 12185670 from f91cdac2fe to 24Q4-release

Change-Id: Ice1efd8bc416ff71a69a53c14029f088d34c9a1e
This commit is contained in:
Android Build Coastguard Worker 2024-08-05 23:01:56 +00:00
commit 226dddf4d2
3 changed files with 17 additions and 2 deletions

11
FSTAB_OWNERS Normal file
View file

@ -0,0 +1,11 @@
# NOTE: CHANGE THIS FILE WITH CAUTIOUS
# - this file is referenced by other OWNERS file, e.g. device/google/*/OWNERS
# - changing this file might break the function, check go/gerrit-code-owners-syntax first
jaegeuk@google.com
huangrandall@google.com
bvanassche@google.com
daehojeong@google.com
chullee@google.com
vkon@google.com
thomasyen@google.com

4
OWNERS
View file

@ -1,5 +1,5 @@
per-file *.te,*_contexts,te_macros,global_macros=set noparent per-file *.te,*_contexts,te_macros,global_macros=set noparent
per-file *.te,*_contexts,te_macros,global_macros=file:/sepolicy/OWNERS per-file *.te,*_contexts,te_macros,global_macros=file:/sepolicy/OWNERS
per-file *.mk=set noparent per-file *.mk,{**/,}Android.bp=set noparent
per-file *.mk=file:MK_OWNERS per-file *.mk,{**/,}Android.bp=file:MK_OWNERS

View file

@ -1,3 +1,7 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/performance/sepolicy BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/performance/sepolicy
PRODUCT_PACKAGES += dump_perf PRODUCT_PACKAGES += dump_perf
# Ensure enough free space to create zram backing device
PRODUCT_PRODUCT_PROPERTIES += \
ro.zram_backing_device_min_free_mb=1536