Commit graph

1801 commits

Author SHA1 Message Date
Android Build Coastguard Worker
1de6d22a77 Merge cherrypicks of ['googleplex-android-review.googlesource.com/27188002', 'googleplex-android-review.googlesource.com/27345355'] into 24Q2-release.
Change-Id: Ie42d9d757b41c0371d25f1c5440765d41f1028ad
2024-05-14 17:40:13 +00:00
Wayne Lin
0f2956f77c gps: update gps configuration
disable requestRefLocCb to prevent incorrect cell info

Bug: 339411438
Test: Config change works
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a2e75c43556bc2dc38c5fc840e2fd3b323080d17)
Merged-In: I280adb0de6001b437a023506d67d8c858508944d
Change-Id: I280adb0de6001b437a023506d67d8c858508944d
2024-05-14 17:38:19 +00:00
Shin-Yu Wang
5da22b6e6d Update the idle timer setting
Bug: 337823087
Test: adb shell getprop | grep set_idle_timer_ms
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b50cdb7c7351d2d7e1cf1f6d4ee7bfbdd8ae7c17)
Merged-In: I3c429fb5b476b4023b0bbe6174b096cf61dbf8cc
Change-Id: I3c429fb5b476b4023b0bbe6174b096cf61dbf8cc
2024-05-14 17:38:04 +00:00
Treehugger Robot
a0f2e941ae Merge "Update the idle timer setting" into main 2024-05-14 09:51:45 +00:00
Shin-Yu Wang
b50cdb7c73 Update the idle timer setting
Bug: 337823087
Test: adb shell getprop | grep set_idle_timer_ms
Change-Id: I3c429fb5b476b4023b0bbe6174b096cf61dbf8cc
2024-05-14 08:42:48 +00:00
Carter Hsu
1465824c62 Merge "audio: enable safe media volume for US" into main 2024-05-09 01:23:52 +00:00
Cheng Chang
c6add0f92e gps: Merge akita pixel-gnss mk to vendor folder
Bug: 332204989
Test: Health boot check at b/332204989#comment36
Test: Verification test at b/332204989
Change-Id: I74d16be8e04b99b8a765955ca330799149db9d2b
2024-05-07 09:45:19 +00:00
Xin Li
434cde7a85 Merge Android 24Q2 Release (ab/11526283) to aosp-main-future
Bug: 337098550
Merged-In: I4dbca2b8e90af67ce064c0a1e82807636b7c76a8
Change-Id: Id072cbd8323fc9b04b5ce1f3986f9e44e51f1624
2024-05-06 12:09:14 -07:00
Cyan_Hsieh
3f280cf422 Update bootloader pdk folder and soong config
Bug: 333834221
Change-Id: I092c42eb89d6afcdaf2797118ea5fe28fbd3a984
2024-05-06 16:40:31 +08:00
Edwin Tung
cf048bff49 gps: update gps configuration
disable requestRefLocCb to prevent incorrect cell info
re-enabling OTDOA

Bug: 336760721
Bug: 329779403

Test: Config change works
Change-Id: Ia92f06403c11dd04776be768b5087526b589ffb3
2024-05-03 08:48:05 +00:00
Qian-Hao Huang
7afe66f80d Load fips140.ko before all other kernel modules
Bug: 337838109
Bug: 331791671
Change-Id: I65c3fde7fd179b506a5a2eea45b7c2ef7a7fa956
Signed-off-by: Qian-Hao Huang <qhhuang@google.com>
2024-05-02 13:17:13 +00:00
Carter Hsu
c96fa57cfc audio: enable safe media volume for US
Bug: 337063847
Test: build pass
Change-Id: I2f5f824f00d1133d387b1fa8bc1e620a43ada07e
Signed-off-by: Carter Hsu <carterhsu@google.com>
2024-05-02 03:18:29 +00:00
Treehugger Robot
a81a7fe882 Merge "Convert p23_common/preloaded_nanoapps.json's .mk file to Android.bp." into main 2024-04-30 05:37:46 +00:00
Treehugger Robot
380ac57aaf Merge "Add system property for concurrent encryption on LE and BR/EDR" into main 2024-04-30 02:00:49 +00:00
Carter Hsu
e174b5d285 audio: remove unused device
Bug: 337191827
Test: build pass
Change-Id: I9e3b01866d78562f6cc63cea8ba6d9d580d89f70
Signed-off-by: Carter Hsu <carterhsu@google.com>
2024-04-27 02:10:30 +08:00
Ankur Bakshi
f739c25468 Merge "Update Akita SVN to 10" into main 2024-04-26 12:43:59 +00:00
Nelson Li
3d903d28ad Convert p23_common/preloaded_nanoapps.json's .mk file to Android.bp.
p23_common includes 4 devices: `ripcurrent`, `shiba`, `husky`, and
`akita`.

Since `preloaded_nanoapps.json` has different configurations for
`factory` products and `non-factory` products, `soong_namespace {}`
needs to be added to the converted Android.bp file to avoid misuse.

Additionally, due to ag/27008138, ag/27046793, ag/27008143, and
ag/27056982, a common inheritance layer has been added to all
`non-factory` products. Therefore, setting different
`PRODUCT_SOONG_NAMESPACES` in the corresponding `<DEVICE>_generic.mk`
and `factory_<DEVICE>.mk` files will allow factory products and
non-factory products to use different preloaded_nanoapps.json.

Bug: 332219400
Test: 1. lunch <device_name>-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      2. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
         It should be the <device_name> version.
      3. lunch factory_<device_name>-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      4. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
         It should be the factory version.
Change-Id: Ib33c71773617f7a20b3af982f6140f8f8da0ced4
2024-04-26 06:36:07 +00:00
Thomas Girardier
ef8eac078c Merge "Revert "[BT] Disable BT auto on"" into main 2024-04-26 04:02:59 +00:00
Treehugger Robot
972879ad9b Merge "Refactor product inheritance for akita products" into main 2024-04-26 04:02:19 +00:00
Treehugger Robot
98c88426bf Merge "Adpf:akita: revert heuristic boost triggering condition." into main 2024-04-26 02:42:19 +00:00
Nelson Li
b518294be1 Refactor product inheritance for akita products
Add an additional layer of inheritance for `aosp_akita`, and
`aosp_akita_fullmte`.

This change adds a common layer of inheritance (akita_generic.mk)
for non-factory products. This makes it easier to configure factory
and non-factory products differently.

Non-factory `akita` products now inherits from
`device/google/akita/akita_generic.mk` which inherit from
`device/google/akita/device-akita.mk`.

aconfig flags: Flag: EXEMPT mechanical refactoring
build flags: Flag: EXEMPT mechanical refactoring

Bug: 332219400
Bug: 335565718
Test: lunch aosp_akita-trunk_staging-userdebug && m
      lunch aosp_akita_fullmte-trunk_staging-userdebug && m

Change-Id: Id98e494f8262e0dfe76349369d2e5c0c34eaaa2b
2024-04-26 02:36:28 +00:00
guibing
1dc6a9f589 Adpf:akita: revert heuristic boost triggering condition.
This reverts previous JankCheckTimeFactor from 1.43 to 1.2.

Since the current reported duration doesn't include the GPU
part, the JankCheckTimeFactor needs to be smaller for matching
jank frame detection.

Bug: 204204746
Test: adb shell dumpsys android.hardware.power.Ipower/default;
      check adpf sessions' traces.
Change-Id: Ia90372cf08ddc31bfa527553b81e78084ac73f48
2024-04-25 22:51:37 +00:00
Thomas Girardier
2a81201051 Revert "[BT] Disable BT auto on"
This reverts commit 12a88bd045.

Reason for revert: Auto On has been approved for 24Q3

Change-Id: Ie08238680e2dda30345a5c289b5080e20c674862
2024-04-25 16:22:32 +00:00
Edwin Tung
8bb99b0451 gps: update gps 4.13.2_8
Extend buffer size inside SIT API sitGpsSuplLppPrsInfoSet for larger messages
Provide the option of ignoring SUPL_INIT altogether for testing purposes

Bug: 321191652

Test: b/335776551
atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest

Change-Id: Ifa5a6fe4393e7a3a4cb16aff2a09322903f9b78c
2024-04-25 08:50:50 +00:00
Ankur Bakshi
dfdf978353 Update Akita SVN to 10
Bug: 336526332
Change-Id: I4edbb23d8fbc5e8d470902447b20f656b54f1c35
2024-04-23 15:30:05 +00:00
Treehugger Robot
c02917b1ca Merge "gps: update gps 4.13.2_7" into main 2024-04-23 01:27:05 +00:00
Android Build Coastguard Worker
0bcc62a3bd Merge cherrypicks of ['googleplex-android-review.googlesource.com/26922141'] into 24Q2-release.
Change-Id: I9cc859f87fb2eef3d8907f25728c9375167e5e32
2024-04-22 17:13:25 +00:00
Clint Chen
8cac5f64ab Enable build flag versioning for radio
Bug:333678577
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cf356ea39c04e694ae2947af8f7614d9fc446eb6)
Merged-In: I9b7c83ab2f0278ae09f171ce47f398ee2cc82eb2
Change-Id: I9b7c83ab2f0278ae09f171ce47f398ee2cc82eb2
2024-04-22 17:07:50 +00:00
Treehugger Robot
d636aef04c Merge "gps: Disable RILC_REQ_GPS_GNSS_LPP_PROFILE_SET" into main 2024-04-22 06:48:25 +00:00
Treehugger Robot
6d72feab29 Merge "Switch bootloader directory to control by build flag" into main 2024-04-19 06:38:46 +00:00
Edwin Tung
a830dda071 gps: Disable RILC_REQ_GPS_GNSS_LPP_PROFILE_SET
Disabling RILC_REQ_GPS_GNSS_LPP_PROFILE_SET

Bug: 317209136
Test: Gnss Sanity test pass
Change-Id: Ibe08a25eadaaccc167066ca9c877f2ffbc04888c
2024-04-19 13:39:09 +08:00
Treehugger Robot
95584ee8c9 Merge "adpf:akita: update hboost jank check time factor." into main 2024-04-19 02:32:32 +00:00
guibing
cbeff97fef adpf:akita: update hboost jank check time factor.
Update it to align with the HWUI target duration scale factor,
so the adjusted jank check time duration is same as expected frame
timeline's duration.

HWUI target duration scale factor is 70%, and its inverse value is
approximately 1.43.

Bug: 204204746
Test: adb shell dumpsys android.hardware.power.IPower/default;
      Check the device adpf sessions' traces.
Change-Id: Ia5b1090d54cd5b8c9490813a8ba74532a50f2b8a
2024-04-18 22:54:09 +00:00
Cyan_Hsieh
da4e047520 Switch bootloader directory to control by build flag
Bug: 333834221
Change-Id: I895a1492c7215334e992e39f6fbf6e612ea140cd
2024-04-18 16:47:01 +08:00
Benson Li
40dcd72a81 Add system property for concurrent encryption on LE and BR/EDR
Bug: 330704060
Change-Id: Iec3a8395031a4d837f11a960216a6e76aa339c7a
Test: make
2024-04-16 05:51:56 +00:00
Juyu Chen
d522a7d1e6 audio: update opus support format
Bug: 329872757
Test: cts tests
Change-Id: I3f83b1afa740dfec3a80b2c488900455d3f9420f
Signed-off-by: Juyu Chen <juyuchen@google.com>
2024-04-16 04:05:41 +00:00
Wei Wang
80b97eb058 Merge "adpf:akita: add hboost junk detection time factor into power hint json files." into main 2024-04-16 03:50:58 +00:00
Charles Yo
d5ad12acf5 Merge "Switch default kernel directory and change build flag naming" into main 2024-04-16 01:34:49 +00:00
guibing
2d10d8f4c3 adpf:akita: add hboost junk detection time factor into power hint json files.
Bug: 204204746
Test: adb shell dumpsys android.hardware.power.IPower/default;
      Check the device adpf sessions' traces.
Change-Id: I702d835376123985bd042e5d42180eb5558226ff
2024-04-16 00:12:16 +00:00
Treehugger Robot
174082bf11 Merge "akita: Add heuristic boost configs in power hint json files." into main 2024-04-13 01:33:50 +00:00
Clint Chen
2303ee5e84 Merge "Enable build flag versioning for radio" into main 2024-04-13 01:24:31 +00:00
guibing
8783aa3573 akita: Add heuristic boost configs in power hint json files.
Bug: 204204746
Test: Power hal launches in device without configuration parsing issue.
Change-Id: I04a43fab7f866ed4aa516f7b538cb39e7b1942a7
2024-04-12 23:02:11 +00:00
Cyan_Hsieh
02b6cd4d38 Switch default kernel directory and change build flag naming
Bug: 309749142
Change-Id: I3af9d15d38631fbaf854a9d13efe96bb42a81b52
2024-04-12 17:33:47 +08:00
Wei Wang
87bf047646 Merge "Disable auto prefer idle explictly for some conditions" into main 2024-04-11 16:19:03 +00:00
Clint Chen
cf356ea39c Enable build flag versioning for radio
Bug:333678577
Change-Id: I9b7c83ab2f0278ae09f171ce47f398ee2cc82eb2
2024-04-11 11:09:37 +00:00
Tom Huang
e062b97532 Merge "[BT] Disable BT auto on" into main 2024-04-11 08:07:56 +00:00
Rick Yiu
290188c349 Disable auto prefer idle explictly for some conditions
In auto prefer idle mode, a task in top-app will be granted prefer
idle if it satisfied the conditions. So turn auto prefer idle off
if top-app prefer_idle is explictly disabled. Also turn auto prefer
off when other group enables prefer_idle explictly.

Bug: 236868627
Test: build pass
Change-Id: I539c3e65720e3496859bce9a752d13432b62a59a
2024-04-11 07:57:11 +00:00
kuanyuhuang
12a88bd045 [BT] Disable BT auto on
Bug: 333830110
Test: build and check system property
Change-Id: I38c6ee0f7aa76b4f8e00ae700a2686a7dcb86fcc
2024-04-11 06:35:22 +00:00
Treehugger Robot
81f54c3c80 Merge "powerhint.json: enable gpu capacity signalling." into main 2024-04-10 19:31:10 +00:00
Ankur Bakshi
58e78e1e9f Merge "Update Akita SVN to 9" into main 2024-04-10 02:20:06 +00:00