Merge Android 14 QPR2 to AOSP main

Bug: 319669529
Merged-In: Ieddd2b23ca8bdd37252a7fe9b8360075ac41a754
Change-Id: I3b9135ec422e40099d8225c3358994cfc8f8b3a3
This commit is contained in:
Xin Li
2024-03-06 09:29:50 -08:00
3 changed files with 5 additions and 5 deletions

View File

@@ -932,7 +932,7 @@ include hardware/google/pixel/citadel/citadel.mk
-include hardware/google/pixel/mm/device_legacy.mk
# thermal
-include hardware/google/pixel/thermal/device.mk
include device/google/gs-common/thermal/thermal_hal/device.mk
# Pixel Logger
include hardware/google/pixel/PixelLogger/PixelLogger.mk

View File

@@ -42,7 +42,7 @@
</hal>
<hal format="aidl" optional="true">
<name>vendor.google.google_battery</name>
<version>2</version>
<version>2-3</version>
<interface>
<name>IGoogleBattery</name>
<instance>default</instance>
@@ -212,7 +212,7 @@
</hal>
<hal format="aidl" optional="true">
<name>vendor.google.wifi_ext</name>
<version>1</version>
<version>2-3</version>
<interface>
<name>IWifiExt</name>
<instance>default</instance>

View File

@@ -38,7 +38,7 @@ cc_binary {
"android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"libcutils",
"android.frameworks.stats-V1-ndk",
"android.frameworks.stats-V2-ndk",
"pixelatoms-cpp",
"libbinder_ndk",
@@ -48,7 +48,7 @@ cc_binary {
"libpixelstats",
],
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk",
"android.frameworks.stats-V2-ndk",
"pixelatoms-cpp",
],
}