From fdd92c9cc53fd92a871ed00979664f52d259516d Mon Sep 17 00:00:00 2001 From: Terry Huang Date: Wed, 25 May 2022 11:54:49 +0800 Subject: [PATCH 1/2] Enable Google Audio RIL library in PDK Bug: 233831048 Test: libgooglerilaudio is built in PDK ROM Change-Id: I7eb0ebafeff96e7eb6ca1978f2df5feb74b86174 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index d693b5ef..adf88e0e 100644 --- a/device.mk +++ b/device.mk @@ -168,6 +168,7 @@ USES_LASSEN_MODEM := true ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true USE_GOOGLE_CARRIER_SETTINGS := true +USES_GAUDIO := true endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) From b9e1ca36f8423874c99c23a0e2957094a77175f9 Mon Sep 17 00:00:00 2001 From: Daeho Jeong Date: Mon, 13 Jun 2022 16:43:46 -0700 Subject: [PATCH 2/2] fstab: disable auto compression for apk,apex,so,vdex and odex Bug: 235480291 Test: check mount option Signed-off-by: Daeho Jeong Change-Id: I6ca2c41563dd63c88b96672a40b57c12b4533c74 --- conf/fstab.gs201.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/fstab.gs201.in b/conf/fstab.gs201.in index 83ba6889..0b6f2531 100644 --- a/conf/fstab.gs201.in +++ b/conf/fstab.gs201.in @@ -18,6 +18,6 @@ vendor_dlkm /vendor_dlkm /dev/block/platform/14700000.ufs/by-name/misc /misc emmc defaults wait /dev/block/platform/14700000.ufs/by-name/metadata /metadata f2fs noatime,nosuid,nodev,sync wait,check,formattable,first_stage_mount #/dev/block/platform/14700000.ufs/by-name/pvmfw /pvmfw emmc defaults wait,slotselect,avb=pvmfw,first_stage_mount -/dev/block/platform/14700000.ufs/by-name/userdata /data f2fs noatime,nosuid,nodev,discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier,inlinecrypt,compress_extension=apk,compress_extension=apex,compress_extension=so,compress_extension=vdex,compress_extension=odex,atgc,checkpoint_merge,compress_cache latemount,wait,check,quota,formattable,sysfs_path=/dev/sys/block/bootdevice,checkpoint=fs,reservedsize=128M,fileencryption=@fileencryption@,metadata_encryption=@metadata_encryption@,keydirectory=/metadata/vold/metadata_encryption,fscompress,readahead_size_kb=128 +/dev/block/platform/14700000.ufs/by-name/userdata /data f2fs noatime,nosuid,nodev,discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier,inlinecrypt,atgc,checkpoint_merge,compress_cache latemount,wait,check,quota,formattable,sysfs_path=/dev/sys/block/bootdevice,checkpoint=fs,reservedsize=128M,fileencryption=@fileencryption@,metadata_encryption=@metadata_encryption@,keydirectory=/metadata/vold/metadata_encryption,fscompress,readahead_size_kb=128 /dev/block/platform/14700000.ufs/by-name/vbmeta /vbmeta emmc defaults slotselect,first_stage_mount /devices/platform/11210000.usb* auto vfat defaults voldmanaged=usb:auto