Daniel Mentz
1f6e5fc4b6
Read vendor_boot.modules.load and vendor_dlkm.modules.load am: 3af1857b0b am: c6915f105c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14513823
Change-Id: Ic0e5bee7dc1928a418e65cc50b816f1a72884535
2021-06-17 04:39:39 +00:00
Daniel Mentz
abc948daf0
Read vendor_boot.modules.load and vendor_dlkm.modules.load am: 3af1857b0b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14513823
Change-Id: I1d0e869995135c7b4b4140d376bd695e454128a5
2021-06-17 04:24:08 +00:00
Daniel Mentz
6a6d8f81c2
Read vendor_boot.modules.load and vendor_dlkm.modules.load
...
Previously, we copied all available kernel modules into the vendor_boot
ramdisk except for approx. 14 modules that we explicitly excluded.
Going forward, the kernel build will distribute the two additional files
vendor_boot.modules.load and vendor_dlkm.modules.load which define,
respectively, the lists of modules that should be loaded from
vendor_boot and vendor_dlkm.
The contents of the two *.modules.load files will be copied almost
verbatim into modules.load files in the respective images except for the
fact that the directory names of the .ko files are stripped. So, for
example, kernel/net/core/pktgen.ko becomes just pktgen.ko.
Additionally, we only copy those .ko files into the vendor_boot image
that are listed in vendor_boot.modules.load. On the other hand, the
vendor_dlkm partition image will contain all .ko files regardless of
whether they are listed in vendor_dlkm.modules.load.
Bug: 190652328
Change-Id: Ibda5b9368547ad089575333e2566697ec0e8465f
2021-06-17 03:57:10 +00:00
Ted Lin
c21299806f
Donot dump debugfs information in user build. am: cb541b07a6 am: c43834f9e4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972994
Change-Id: I3e54a49c7d561f317ad8fe3039316a7c78d94517
2021-06-17 02:16:46 +00:00
Ted Lin
e5a99bf7fb
Donot dump debugfs information in user build. am: cb541b07a6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972994
Change-Id: I74d37157851f7acca7f9d433259c09a10a3d3b04
2021-06-17 02:04:58 +00:00
Ted Lin
9404fbc128
Donot dump debugfs information in user build.
...
------ TCPM logs (/vendor/bin/sh -c cat /sys/kernel/debug/usb/tcpm*) ------
*** command '/vendor/bin/sh -c cat /sys/kernel/debug/usb/tcpm*' failed: exit code 1
------ gvotables (/vendor/bin/sh -c cat /sys/kernel/debug/gvotables/*/status) ------
*** command '/vendor/bin/sh -c cat /sys/kernel/debug/gvotables/*/status' failed: exit code 1
06-16 10:01:14.700 logd 14845 14845 W sh : type=1400 audit(0.0:3294): avc: denied { read } for name="debug" dev="sysfs" ino=16052 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
Bug:187030022
Test: check the bugreport
Change-Id: I0c5b946321410dc04026aef0f06be9c2ace457d3
Signed-off-by: Ted Lin <tedlin@google.com>
2021-06-17 01:43:20 +00:00
Wei Wang
3271be5d7e
Fix app launch boost override by ADPF am: 4f4c2a1b04 am: 9ee739b439
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15002194
Change-Id: I7b36d0a34242ec4d5f20ac8e43ae069ffccc8587
2021-06-16 23:16:15 +00:00
Wei Wang
948d59556c
Fix app launch boost override by ADPF am: 4f4c2a1b04 am: 84f49d09b1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15002194
Change-Id: Id3e2525a0c3ebbc4fa905906d2bf3276df9bd221
2021-06-16 23:08:37 +00:00
Wei Wang
faa142a467
Fix app launch boost override by ADPF am: 4f4c2a1b04
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15002194
Change-Id: I66a54b9fd23b634d680e129fb3a62693dc507b82
2021-06-16 22:59:05 +00:00
Wei Wang
9e92582df5
Fix app launch boost override by ADPF
...
Bug: 177493042
Bug: 170487162
Test: Build
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: Ifa6ec954396f05c1e98516f819b4e4e44e4a692d
2021-06-16 22:40:35 +00:00
David Anderson
b8385a0077
Enable compressed snapshots/VABc. am: d101585ea8 am: 466a4fd376
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14947123
Change-Id: I7073f45bc4a028a11a2ea499409b4bf02467ac77
2021-06-16 21:28:54 +00:00
Kelvin Zhang
0d5ccd613e
Add a build time constant to disable VABC am: 455d871533 am: 9e6c067ba5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14968799
Change-Id: I306d753b19a90b758f7be6c15df4e65ff617166e
2021-06-16 21:28:52 +00:00
David Anderson
87226c9332
Enable compressed snapshots/VABc. am: d101585ea8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14947123
Change-Id: Ib81a351e4a6e198ef58947c7314fe73addac5273
2021-06-16 21:08:03 +00:00
Kelvin Zhang
d76457d435
Add a build time constant to disable VABC am: 455d871533
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14968799
Change-Id: I769a8a12fd994bbb8427b350f7ac47b5ef0366fa
2021-06-16 21:08:02 +00:00
David Anderson
2bfa6d3ba0
Enable compressed snapshots/VABc.
...
Bug: 185400304
Test: treehugger
Test: apply OTA
Change-Id: I1a2242b219f11212431a5a9207ec5a832e944c46
2021-06-16 20:48:14 +00:00
Kelvin Zhang
a8fdc57387
Add a build time constant to disable VABC
...
Test: m
Bug: 185400304
Change-Id: I4ed5676f4a1195f084ed447196ee9e3ce71ec84a
(cherry picked from commit c76afcf1ef68ce4e6362032aaa8b5e2ea77f9233)
2021-06-16 20:48:14 +00:00
Cyan_Hsieh
500422cee9
Remove duplicate mk inherit am: 288dc595c0 am: 1bf6e55ad6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14997392
Change-Id: I2480dffcc81f4012106d529d06b3b350e6abe3c8
2021-06-16 12:04:30 +00:00
Cyan_Hsieh
016b24a42e
Remove duplicate mk inherit am: 288dc595c0 am: 57541da4ab
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14997392
Change-Id: Ic77da8ec445559889861bfcd95253dfa4586680d
2021-06-16 11:59:38 +00:00
Cyan_Hsieh
327fd8c824
Remove duplicate mk inherit am: 288dc595c0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14997392
Change-Id: I73dcd0781df188250f399b84474bf2d58e3eca52
2021-06-16 11:49:49 +00:00
Cyan_Hsieh
dc2c524eb0
Remove duplicate mk inherit
...
Fix: 191233129
Change-Id: I84b72f196f23af6c7cad3c010617f100dcfc193a
2021-06-16 10:33:14 +00:00
Gillian Lin
6f43632872
cts: VerifiedBootTest#testVerifiedBootSupport am: 84a4099e03 am: 6d820bb326
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972996
Change-Id: I05cb04b630ed14422a23398c395ff856358fda63
2021-06-16 09:54:33 +00:00
Gillian Lin
f268e9e2d7
cts: VerifiedBootTest#testVerifiedBootSupport am: 84a4099e03
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972996
Change-Id: I70e31eec09956c887dcec60459e8a0130b9635fc
2021-06-16 09:37:30 +00:00
Gillian Lin
579543db80
cts: VerifiedBootTest#testVerifiedBootSupport
...
android.software.verified_boot.xml should be copied to TARGET_COPY_OUT_VENDOR instead of TARGET_COPY_OUT_PRODUCT
Bug: 190401885
Test: run cts-on-gsi -m CtsSecurityTestCases -t android.security.cts.VerifiedBootTest#testVerifiedBootSupport
Change-Id: Id17176f07e6ae8843f71b10ad9d01b18640fe675
2021-06-16 09:24:24 +00:00
Adam Shih
094d03f1fd
remove vcd from user ROM am: 8cc14ed0c4 am: 02f776f3be
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14941513
Change-Id: Id29442c1e5a56c01bc989744d555acf52df4470c
2021-06-16 07:09:17 +00:00
Adam Shih
0aa70449be
remove vcd from user ROM am: 8cc14ed0c4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14941513
Change-Id: If091d59ad50f058231c626a361cfe7fdf1c8a690
2021-06-16 06:54:18 +00:00
Adam Shih
3e058b1e5c
remove vcd from user ROM
...
Bug: 190331325
Test: build all ROM variants with only user ROM without vcd
Change-Id: I0732f80c2adc663c807963b84c70080665212bb2
2021-06-16 06:40:27 +00:00
Edwin Tung
b02febdd0c
gps: update gps driver 129.20.23.504156 am: 1266fa0996 am: 64c6d8cba2
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14963057
Change-Id: I1af355eafaddcfe8ebade11f783e7ab9b440ab8f
2021-06-16 04:28:58 +00:00
Edwin Tung
cbfaa3d554
gps: update gps driver 129.20.23.504156 am: 1266fa0996
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14963057
Change-Id: I37f4ab69b6aa00e173ddd7b9c8cdd042a4ffcc8c
2021-06-16 04:02:57 +00:00
Edwin Tung
fdcefafc2d
gps: update gps driver 129.20.23.504156 am: 1266fa0996 am: 1059f9c819
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14963057
Change-Id: I3b95301f2f14c171b77b6cdce3b403f33704a30c
2021-06-16 02:35:34 +00:00
Edwin Tung
3bbde56bae
gps: update gps driver 129.20.23.504156
...
Integrated CHPP- chpp-20210524-39bf8f5.zip
Adjust the noise table for GPS
False L5 SNR removed by adding valid peak check to L5 CN0
Fixed for SyncIn request to time out within 3 seconds
Support multiple measurement requests
Estimated better accuracy uncertainty in GLNS Only fix
Request UTC time from framework even if the request type is BREADCRUMB
Fixed Reset checking timer for default value of CpResetInvalidateSec to properly work
Bug: 188843280
Bug: 189793458
Bug: 188857474
Bug: 188127870
Bug: 188737899
Bug: 185200717
Bug: 184770261
Bug: 185884684
Sanity test: 190960119
Test: build pass
Change-Id: I969b3ce240583d726f28e93da76c74f1c369a505
2021-06-16 01:52:00 +00:00
Automerger Merge Worker
8b57aff786
Merge "WiFi: Modify OWNERS files am: 12ee99a6a1 am: cbc0d59a17" into sc-v2-dev-plus-aosp
2021-06-16 00:16:00 +00:00
Ahmed ElArabawy
f866c4a514
WiFi: Modify OWNERS files am: 12ee99a6a1 am: cbc0d59a17
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14983198
Change-Id: I09d4bb8ddb4bb715875df098319ed0c14f0d9209
2021-06-16 00:15:26 +00:00
Ahmed ElArabawy
738ea03f26
WiFi: Modify OWNERS files am: 12ee99a6a1 am: bb983a75a8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14983198
Change-Id: I6eb392ca9ab0e8b94f7eb91efbad6ec6517dfc0f
2021-06-16 00:15:03 +00:00
Ahmed ElArabawy
1dcda84d03
WiFi: Modify OWNERS files am: 12ee99a6a1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14983198
Change-Id: I975a95d79a013c91d9304b982e67d049e3aec644
2021-06-15 23:55:27 +00:00
Ahmed ElArabawy
0c6ba84d72
WiFi: Modify OWNERS files
...
Replace kumaranand@ with arabawy@ in OWNERS files
Bug: 191158491
Test: None
Change-Id: Iefc7343bc311f5642b165d24217ea8d264918ea2
2021-06-15 23:35:50 +00:00
Wei Wang
e41072d9d1
Relax SurfaceFlinger cpuset and adding uclamp.min for RenderEngine am: 028c5241b0 am: 6411c458f7
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14950241
Change-Id: I8aea82355299c8e83d04db951a3e4640c2ab76ed
2021-06-15 20:06:54 +00:00
Wei Wang
02a04efcb2
Relax SurfaceFlinger cpuset and adding uclamp.min for RenderEngine am: 028c5241b0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14950241
Change-Id: I4ffd0a68a0b8aabfc08fb9dd54a7d5c17d7425e6
2021-06-15 19:46:22 +00:00
Wei Wang
2fee52bbf5
Relax SurfaceFlinger cpuset and adding uclamp.min for RenderEngine
...
SurfaceFlinger IPC improved with mid and big cores, relaxing cpuset will
help improve its efficiency. For render engine, we set uclamp.min to
skip scheduling on little cores.
FWIW, we let the RT scheduler figure out what is good for perf/power.
Bug: 170507315
Bug: 191054286
Test: Build and boot
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: I880cf549e33a3a2f629e8260366c4ce8c34c3ae6
2021-06-15 19:15:18 +00:00
Armelle Laine
3199deae5d
ueventd.gs101.rc add /dev/trusty-log0 am: bd213b1d56 am: 18671699dc
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14958127
Change-Id: I65beea33d71648c43b907dc7b60cda99eaf0a055
2021-06-15 15:13:28 +00:00
Armelle Laine
e271d38e71
dumpstate: dump trusty log am: 20b9bee9bb am: d94ac5ccb0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14861976
Change-Id: Ia28f0a839da57c4de3f82dd4daf68f6a1ac59fe9
2021-06-15 15:13:25 +00:00
Armelle Laine
e6bfe00fae
ueventd.gs101.rc add /dev/trusty-log0 am: bd213b1d56
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14958127
Change-Id: I6054c3d4228642009d2227d83adaf503705d8add
2021-06-15 14:52:28 +00:00
Armelle Laine
e1b7442bc9
dumpstate: dump trusty log am: 20b9bee9bb
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14861976
Change-Id: I763fb44db02ff1a101b771e67bb9f818f1aa2641
2021-06-15 14:52:27 +00:00
Armelle Laine
e81847c70d
ueventd.gs101.rc add /dev/trusty-log0
...
Specify ownership to system and r/w permissions to user/group.
Allows dumpstate to access /dev/trusty-log0.
Bug: 188285071
Test: lshal debug android.hardware.dumpstate@1.1::IDumpstateDevice/default trusty
Change-Id: I935cb9dd11d1e0968ab0e2c9d7349de336502e7c
2021-06-15 14:35:43 +00:00
Armelle Laine
fbbe7e36c7
dumpstate: dump trusty log
...
Dump trusty log buffer
Bug: 188285071
Test: adb bugreport
Change-Id: Ic44816fe1df21e97ec87ec58cbc2f84abf0e6a98
2021-06-15 14:35:43 +00:00
samou
a2f7bcb5ce
powerstats: Fill in P21 TPU power profile number am: 6527b9a843 am: f1435ada6b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14715578
Change-Id: Ie2f229e2d1fe42444b73afe452c6208cf4dbaae3
2021-06-15 11:51:40 +00:00
samou
796eba5051
powerstats: Fill in P21 TPU power profile number am: 6527b9a843
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14715578
Change-Id: I70cb7dabf5437d0471be07e7d5f95ffc18102043
2021-06-15 11:36:54 +00:00
Tai Kuo
8279019943
dumpstate: show touch HDM debug info am: ed38dde296 am: 77c65615f5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14964816
Change-Id: Ic1ded4e2fcba58e95943ac9cc60af70151250438
2021-06-15 11:27:11 +00:00
samou
c1cf9f84b5
powerstats: Fill in P21 TPU power profile number
...
Bug: 189249509
Change-Id: I134f3c005ec0eb17e97b829627ba22d552b7bfdb
2021-06-15 11:23:02 +00:00
Tai Kuo
4266059b87
dumpstate: show touch HDM debug info am: ed38dde296
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14964816
Change-Id: I66977cbfd1c8a775d0202e8047cc37f9821180de
2021-06-15 10:19:14 +00:00
Tai Kuo
ca8a4cc11d
dumpstate: show touch HDM debug info
...
Bug: 187174041
Test: trigger a bug report.
Signed-off-by: Tai Kuo <taikuo@google.com>
Change-Id: I0bd8329f087391c95447e015be6f576a4ecbb3e2
2021-06-15 10:04:29 +00:00