From 363d0852618ebd97f36fb7f54d084c6bcb6e85f1 Mon Sep 17 00:00:00 2001 From: Cyan Hsieh Date: Tue, 25 Jun 2024 07:59:24 +0000 Subject: [PATCH] Revert^2 "Upgrade PRODUCT_SHIPPING_API_LEVEL to 35" 67d35b986b16e3008acf7f6c864b47877817c66a Add android.hidl.allocator@1.0-service and hwservicemanager to fix aosp build and HAL requirement Bug: 312876454 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c18b5116475e7f21a0ab03cf2705a63d9e13049d) Merged-In: I823aef5fd4ffa0f47a9db3688162ba539b922deb Change-Id: I823aef5fd4ffa0f47a9db3688162ba539b922deb --- device-tegu.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/device-tegu.mk b/device-tegu.mk index bc0327b..d809b2a 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -14,7 +14,12 @@ # limitations under the License. # -SHIPPING_API_LEVEL := 34 +SHIPPING_API_LEVEL := 35 + +PRODUCT_PACKAGES += \ + hwservicemanager \ + android.hidl.allocator@1.0-service + USES_RADIOEXT_V1_7 = false USES_RADIOEXT_V2_0 = true