-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWyQAKCRDorT+BmrEO eEhlAJ9z+0PuxsobmnGcd76nipBxryfkggCfUbqZG8SEc5zTFPwJdlLvVCWj5Ng= =4EhT -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJLBAABCgA1FiEEHrBYPudH862glXQBzJUERRm+ZmkFAmXtRUoXHG1rYmVzdGFz QGxpbmVhZ2Vvcy5vcmcACgkQzJUERRm+ZmkrMg/+PZvyDLYO+X/STW0+fMjK4VPl AOlHbBo5k3jhUbDiSijw5MqXf/HOpndxk5ckapEs3WgoXsQConKUF5hHrT0fdGgk h2YmJEtaRYTpBmfFPtRTAmrQ8ECCnkpq9MEM02C95z1GiiftuwpBeTmI7r9rQADo WmRKl9xX5+MMrIfg7TbQv4lqm/g9ygQfPvkpStJdMxs+YcWG74DDP0mqyFOsQqNS Qvjsgw6q26vZBtqaIxfS5SP3dfLzNbD8VD68l4gxtOYy0aqbMFy3/a+uGLYAnY9a nPTZ6mnvQdB+8dtpN0bJEARiJ6g/4vPVeLdpcz6VT0V9i6gCp6btNAE8l4RlCjws gj3btdHfowYa3JIRi057MyEN0OuvCuslspc2C+GYpB5ybLbGqgYL7RFO/Og8gMxo tH72u2gbi6V/7ljyxn0K6ZFpb7BU4yya8wtrkNn/ZfEURyeoqSxJCUgUw0Zv11qt ln38tHpGFOsVkB9rN30GsnQjUA+AXTKegRfayCW7XjVUL07RkMoWJXqNINjQDS7/ JxAe8Zv5DfXAkKccK+bRWIrfCfjyFixFHmQfqXakLPvamOrtzuadvgO9HQnkVOXb cDXJcpBEj5ca+wxmQ6NaCM0btb3iV1Lf88kYo0wOyGxxbd6FnrAHTVxB1ZuRCxr6 t/tx6n3o/CJ4ueaGy3Y= =URDA -----END PGP SIGNATURE----- Merge tag 'android-14.0.0_r29' into staging/lineage-21_merge-android-14.0.0_r29 Android 14.0.0 release 29 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWyQAKCRDorT+BmrEO # eEhlAJ9z+0PuxsobmnGcd76nipBxryfkggCfUbqZG8SEc5zTFPwJdlLvVCWj5Ng= # =4EhT # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 5 01:18:33 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 2371 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 Adam Shih (14) and others # Via Automerger Merge Worker (832) and others * tag 'android-14.0.0_r29': (122 commits) Dumpstate: Remove heap stats aoc: add policy to read system property dumpstate: add logbuffer support for display powerstats: introduce TpuDvfsStateResidencyDataProvider [GABC][FATP] Added ProtoCalibGenerator to PRODUCT_PACKAGES_DEBUG gs-common: bootctrl: integrate blowAR() for gs101 & zuma gs-common: bootctrl: check both properties in setActiveBootSlot gs-common: move sepolicy related to bootctrl hal hidl 1.2 to gs-common gs-common: create bootctrl_hidl_1.2.mk and include related modules gs-common: move bootctrl hal hidl 1.2 implementation to gs-common audio: allow hal_audio_default to allocate graphic buffer gs-common: move sepolicy related to bootctrl hal aidl to gs-common gs-common: create bootctrl_aidl.mk and include related modules gs-common: move bootctrl hal aidl implementation to gs-common gs-common: add device_google_gs-common_license bm: Avoid to use CDT number Revert "gs-common: add device_google_gs-common_license" Revert "gs-common: move bootctrl hal aidl implementation to gs-c..." Revert "gs-common: create bootctrl_aidl.mk and include related m..." Revert "gs-common: move sepolicy related to bootctrl hal aidl to..." ... Conflicts: gxp/dump.mk soc/soc.mk Change-Id: Ib2f0bc9419bac6110933855dc90cf2c8a0d5cf15
11 lines
244 B
Makefile
11 lines
244 B
Makefile
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/storage/sepolicy
|
|
|
|
PRODUCT_PACKAGES += dump_storage
|
|
|
|
# Pixel storage tool
|
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
sg_write_buffer \
|
|
sg_read_buffer
|
|
endif
|