am skip reason: Merged-In I9590c44abb8cc1a2334ad4c882683db277662ef0 with SHA-1 eb703190ba is already in history
Original change: https://android-review.googlesource.com/c/device/google/pantah/+/3413781
Change-Id: I3a9f88c2c3bcb53f9b5c4f5abbab69bf81496eb2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
For solving sepolicy conflicts for different AP version, modem_svc_sit will support devices from gs101 to zuma_pro.
Bug: 372400955
Change-Id: I640f6ddf7d744e5edb6d48b209b95d1dd0ad6eb1
Flag: NONE local testing only
Revert submission 30661505-tdm_amplitude_limitation_removal_dvl
Reason for revert: short time to properly test before 25q1 cut-off.
Reverted changes: /q/submissionid:30661505-tdm_amplitude_limitation_removal_dvl
Bug: 318476589
Change-Id: If7eab4922ef59e7c23624ca8b1454c8d09569544
Remove the voltage restriction for haptics since DVL is enabled. This
will allow FW control for exertion protection of the motor, and allow
for stronger output for audio-haptics.
Bug: 318476589
Flag: EXEMPT config json change
Test: dumpsys vibrator_manager and accel measurement
Change-Id: I8f4b8ed97056bb678e4191a87d6c12832a1c3926
Signed-off-by: Zouberou Sayibou <zouberou@google.com>
Add Samsung Galaxy Buds 3 pro into unicast default allowlist.
bug: 380370088
Test: PTE PQM-BT LE audio unicast test
Flag: EXEMPT The Samsung Galaxy Buds 3 pro users are able to disable LE
audio in Settings app
Change-Id: I807492d3c54a44797bcc9aafdc6185e9ed0eb1bf
Flag: EXEMPT gated by overlay
Bug: 373594936
Test: Manuel test, trigger SSR and won't create bugreport automatically
Change-Id: I09c7abe0a1ce0d5eada4bc7c9b02d329954da1c8
Port from ag/28607900
This CL defines CAMERA_MULTICAM_BOOST (with the same settings as the
existing CAMERA_ZOOMING_BOOST). Having both definitions is necessary to
be able to transition from zooming boost to multicam boost. Once the
multicam boost flag is fully rolled out, we can remove the
CAMERA_ZOOMING_BOOST.
Bug: 347829135
Test: adb logcat
Flag: EXEMPT resource file only change
Change-Id: I9da2cdfe5c23aab43b5189788b0a90f2780d5f6f
We've started pushing init.insmod.*.cfg into the kernel prebuilts, and
installing it to /vendor_dlkm/etc, but it may not be available on all
prebuilt variants (e.g., kernel 5.10).
Here, we:
1. conditionally install our common init.*cfg to /vendor_dlkm (only if
$(TARGET_KERNEL_DIR) doesn't have a copy)
2. point init at /vendor_dlkm/etc
When we've cycled completely off of kernel 5.10, we can drop #1.
Bug: 369686096
Test: build, boot
Flag: EXEMPT refactor
Change-Id: Iff56b163d332d6226c05ff56f7838b3ad9806674
Module `modem_svc_sit` is not valid unless:
* USES_LASSEN_MODEM is true
* BOARD_WITHOUT_RADIO is NOT true (or NOT set)
Devices in gs201 family will set "USES_LASSEN_MODEM := true"; however,
not evevy gs201 device disables BOARD_WITHOUT_RADIO.
This commit defines PRODUCT_PACKAGES `modem_svc_sit` because it is
converted from bp by moving the if-statement constrain from the module
level to device level.
Flag: EXEMPT refactor
Bug: 358485346
Test: m modem_svc_sit
Change-Id: Ie8ab9f12007b0faa3fb90e9ff0b0bb3f66e20593
am skip reason: Merged-In I5793f3fcbd31221a8c47658ad00629bcbf704bc0 with SHA-1 270793f2d6 is already in history
Original change: https://android-review.googlesource.com/c/device/google/pantah/+/3258486
Change-Id: I4395bae7406336c52c63bb428d49ef17099cd28c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I5793f3fcbd31221a8c47658ad00629bcbf704bc0 with SHA-1 270793f2d6 is already in history
Original change: https://android-review.googlesource.com/c/device/google/pantah/+/3258486
Change-Id: I2ebddfce0d94f40349288cf9bc65486b0c07ec94
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
The Android are now based on Trunk Stable world and Pixel prebuilts CLs
also needs to reply with this which controlled by the flag which results:
- the flag value might be different on each branches
- the flag value are mostly different on each release configuration
- for local builds, ENGs' needs to figure out the correct location
of current prebuilts by checking through entire prebuilt textproto
files
To alleviate this problem, create an symlink file under android root
indicates current prebuilt path after invoke the android lunch cmd.
Bug: 364831620
Flag: EXEMPT export current prebuilt path
Change-Id: I1e68490a56b9471909f8b26b6952e042e930eefb
Signed-off-by: Robin Peng <robinpeng@google.com>
If etm modules aren't built with kernel prebuilts, then
add them manually.
Bug: 364755673
Bug: 364309766
Test: build cheetah-trunk_staging-userdebug
Flag: build.RELEASE_ETM_IN_USERDEBUG_ENG
Change-Id: I5b5ce51ca59c912f5ebbac66b6ade5adc90ec7f5
If auto rotation is enabled, it will trigger LAUNCH hint while
camera is running if device rotates, which could limit camera_hal
tasks to little cores. So, disable it first until there is a new
hint for the rotation event.
Bug: 358103845
Test: build pass
Flag: NONE powerhint change does not support flags
Change-Id: I623ea20c5fa1f0d8b4404caf7e0de54f35921fe7
- avoid wrong sensor value reading for thermalHAL
Bug: 327327502
Test: Build to boot to home
Flag: EXEMPT (bug 337358613)
Change-Id: I342bcbfb5ee884aa437d4d4552aeea7d0a9df119
Signed-off-by: Peter (YM) <peterym@google.com>