Android 14.0.0 Release 50 (AP2A.240605.024)
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZmdzmwAKCRDorT+BmrEO
# eG5uAKCL+Ofwfd9rjZ1hkYP2KI6IAvebqgCfexP3EEOteKZZD6iW1uOyyyXEOOg=
# =BSli
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Jun 11 00:43:55 2024 EEST
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2549 signatures in the past
# 2 years. Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Brad Lassey (1) and Kuen-Han Tsai (1)
# Via Automerger Merge Worker (7) and others
* tag 'android-14.0.0_r50':
Enabling Observe mode
Usb.cpp: Fix typos when unable to disable USB data
Change-Id: I268b1414018947b7671f459878baecd779e35b84
Android 14.0.0 release 29
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWwgAKCRDorT+BmrEO
# eNE9AJ436si4iGfuXraq4i9WmLWWNa6Q4gCgjhDz+mf+NpY25sntQxSTVhlr4+o=
# =0XyA
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar 5 01:18:26 2024 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2395 signatures in the past
# 2 years. Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Roshan Pius (5) and others
# Via Automerger Merge Worker (97) and others
* tag 'android-14.0.0_r29':
Revert^2 "redfin(nfc): Modify NFC overlays for NFC apex"
Revert^2 "redfin(nfc): Modify NFC overlays for NFC apex"
Remove unused Android.mk under device/google/redfin
WLC: update AIDL manifest version to 1-2
Revert "WLC: update AIDL manifest version to 2"
WLC: update AIDL manifest version to 2
Revert "redfin(nfc): Modify NFC overlays for NFC apex"
Revert "redfin(nfc): Modify NFC overlays for NFC apex"
Fix lunch choices for git_main
Fix lunch choices for git_main
redfin(nfc): Modify NFC overlays for NFC apex
Add BUILD_BROKEN_INCORRECT_PARTITION_IMAGES
usb: upgrade stats AIDL to v2
device FCM -= android.*
Add hardware/qcom/wlan namespace
Conflicts:
AndroidProducts.mk
redfin/BoardConfig.mk
Change-Id: Ie3cf1f67798757f4d6316141b6baf69e4b86ebb2
Auto generated RRO is not working here because we don't actually have
access to vendor/google_devices/sunfish/proprietary/display/HbmSVManager
Change-Id: I54d885c233151498372e1b510284d6a297ac3e94
This device supports switching between 60 and 90 Hz refresh rates, so
expose it in Settings -> Display -> Smooth Display for users to save
battery if necessary.
Test: visual confirmation after toggling several times
Change-Id: Ie698ec4d4e738afd2a9055dba2369233103a4f13
This setting does nothing in lineage so let's not show it.
Lineage has it's own implementation for this setting in LineageParts.
Change-Id: I200d76c9b80ff62b21d8b5b659c238d9438bf05e
Redfin has issues that prevent it from working with a hermetic
partition build.
Bug: 205632228
Test: Presubmits
Change-Id: Id3dbfd1f7e25d346d5cd31ad04f3d8973889e472
Phasing out config_roundedCornerMultipleRadius config from device
overlay package.
Bug: 224688507
Test: Build ROM and pass presubmit test
Change-Id: I488d718310b0611ee0f5e19c7057d1c94110ccd6
Bring back old usage of status_bar_height, status_bar_height_portrait,
and status_bar_height_landscape by set the size containing cutout size.
Bug: 216782082
Test: make
Change-Id: I44a5722d3dccf9c47916eb636def6a505eea480f
This CL updates resource overlay of
rounded_corner_content_padding
for redfin so that the same device-specific value can be seen from
both the Framework code and the SysUI.
With my previous CL [1], the SysUI continues to see the same value
even after this migration.
[1]: I0c3717c0bdfc928167c6eba06247b37caabf33b9
24d6b891f572f7be419d3acc9793ca68d062cf35
Bug: 215554582
Test: presubmit
Change-Id: I53fcc176154041aed637fa121231ac3c4ab788ad
The statement
```
include $(PHONE_CAR_BOARD_CONFIG)
```
is difficult to translate to the Starlark configuration file. Fortunately,
all the potential values of this variable have have similar structure, so
```
PHONE_CAR_BOARD_CONFIG := device/google_car/foo/BoardConfig.mk
....
include $(PHONE_CARD_BOARD_CONFIG)
```
can be changed to
```
PHONE_CAR_BOARD_PRODUCT := foo
....
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
```
Bug: 190051051
Test: treehugger
Change-Id: Icf47e7ca0bf01d6b3ee6d86e144460a41a277939
With the new added APIs, we don't need to overlay status_bar_height that
contains cutout size and quick_qs_offset_height anymore.
Bug: 186604541
Test: make
Change-Id: I21134a31f401f056a786dc03d82ecdb648cf639a
Instead of binned brightness.
The new binned brightness sensor doesn't report prox, so
we won't see the white dot when we're in AOD2 (ie: docked, pulsing
notification).
Test: manual
Bug: 194151347
Change-Id: I2c7547334889dbda462a075d62504c9e745b118a
This doesn't need to be tied down to status bar height. This way, we
have the minimum for tappable items but prevent scrolling on default
size portrait with media.
Test: manual
Fixes: 189982925
Change-Id: I358696f4140791f84285f97735e1072deb48cdb9
Added SPDX-license-identifier-Apache-2.0 to:
redfin/overlay/packages/apps/AvoidAppsInCutoutOverlay/Android.bp
vibrator/drv2624/bench/Android.bp
vibrator/drv2624/tests/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I24055ae29f363a931851fb47abeaf6e0ea880e8a
- Add the orginal style of hide cutout back
- Rename the new style of hide cutout to "Hide (avoid apps in cutout
region)"
Bug: 180068688
Test: make
Change-Id: I2fbef5ddd0201ade8a282cc499d4d90b39d9c9b9
This change also includes the following FCM cleanups:
- Adds level="6", specifying that this product FCM is compatible with an
S vendor image. This is similar to the framework FCM.
- Marks the HAL as required. This is possible now that the redfin_vf
target includes an additional product FCM specific to level="5" (R).
Bug: 183507590
Test: m redfin
Test: m redfin_vf, merge with R vendor half
Change-Id: I1b9bbd9b4a723d2479023d1025ef22905e1bc9a1