Remove tasks printing when dumping state and clean up format
Bug: 226718218
Test: On R4
Signed-off-by: Luigi Zevola <zevola@google.com>
Change-Id: I596dc6ffa047d951cb87a9905d145cdaa8365d2e
(cherry picked from commit 734c360052)
FUSE-BPF has been identified to be causing issues with the Audible app.
Disable the feature to mitigate the breakages while investigating the
issue.
Bug: 227042065
Test: adb shell getprop ro.fuse.bpf.enabled | grep false
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I9edbf4bcbc7c293f541936baf80e318a87eeb2a3
intermediates-dir-for relies on several variables that
haven't been set at the time the board configuration
runs. The board configuration got around that by using
deferred expansion, but deferred expansion is something
that starlark doesn't support. Remove intermediates-dir-for
by switching to TARGET_RECOVERY_FSTAB_GENRULE, which
accepts a genrule module to use instead of a file.
Bug: 201700692
Test: Presubmits
Change-Id: I6ebb75073abeebce71873f414129759789096b0f
Enable the ro.fuse.bpf.enabled flag in the system configuration to
enable the FUSE BPF feature.
This feature has already been tested on Cuttlefish devices and no issues
have been detected yet.
Bug: 202785178
Test: adb shell getprop ro.fuse.bpf.enabled
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I7344b8ac2e19fe07d4e27e4e0d28930450caf77e
- Set SuplUseFwCellInfo=false to prevent SUPL long TTFF issue
Bug: 223488012
Test: GNSS sanity test
Change-Id: I88491c6bdec598c11ee884ed39ff8d8ec2ce4394
Add additional AoC Entries to dumpstate to improve debuggability
Bug: 225576718
Test: On R4/O6
Signed-off-by: Luigi Zevola <zevola@google.com>
Change-Id: I1eda56f2e98f60ff6056e9cf7549dc598d1c35f2
(cherry picked from commit f7227d95d7)
Copy the rule android.hardware.camera.xml for a non auto-focus
camera.
Bug: 225749853
Test: adb shell pm list features
Change-Id: I61f47bd965bce476471325a38f6d136cc568d65c
Bug: 216600952
Test: dump power stats and see the state residencies appear
Test: verified that the string buffer is enough
Change-Id: I3dacc12f307c8d2ddbe92380e751c4e285dd9b8d
Signed-off-by: Darren Hsu <darrenhsu@google.com>
Remove redundant spaces so the variable is set correctly
Bug: 224556677
Test: Built R4 64bit
Signed-off-by: Gina Ko <yichunko@google.com>
Change-Id: Ide1f48cf04806234f637faea5edcd988403bafca
Set flags to enable system_dlkm dynamic partition
for GKI Modules for gs101 devices.
Partition will be empty as of now but this adds
enough support to pass the vts for the feature.
Bug: 222334390
Test: TH, manual build, flash and verification on 6Pro
Full OTA Update test from S to T as below:
1. go/flash: git_sc-v2-release - SP2A.220405.004 (8233519)
2. Full ota build from tm-dev
3. Manual push full ota update and verify boot
4. Verify system_dlkm partition is present & mounted
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
Change-Id: I0b4038b100add965737527b72a8d5f905907e23e
The FUSE-BPF feature has been enabled on some testing devices through
the system property flag "persist.sys.fuse.bpf.enable", but the flag
enabling change has been reverted as soon as failures has been reported.
Unfortunately, being the system property persistent, reverting the
enabling change is not sufficient to turn the feature down on devices
which already have it enabled, for which it has to be manually set to
"false".
Bug: 221812566
Test: getprop persist.sys.fuse.bpf.enable
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I87c93ddaefd79dfcf900eb2cbe2fe7518bf24755
Since page_pinner provides enough permission frmo aosp/1742590,
it doesn't need to call chown.
Bug: 190337297
Test: adb bugreport and confirmed page_pinner dump working
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: I0593e61cb4fc439c52dc884ecb52b982e1db4704