From 67938837d4516054d425907cdf55dd7919dc603b Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Fri, 21 Apr 2023 18:18:06 +0800 Subject: [PATCH] Upgrade PRODUCT_SHIPPING_API_LEVEL to 34 Bug: 277188108 Change-Id: I8c4be3bab3a013d80becead68d5b1fd33b68212d --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index a2dd7b2a..eb7eafb5 100644 --- a/device.mk +++ b/device.mk @@ -318,8 +318,8 @@ DEVICE_MATRIX_FILE := \ DEVICE_PACKAGE_OVERLAYS += device/google/zuma/overlay -# This will be updated to 34 (Android U) for shipping -PRODUCT_SHIPPING_API_LEVEL := 33 +# This device is shipped with 34 (Android U) +PRODUCT_SHIPPING_API_LEVEL := 34 # RKP VINTF -include vendor/google_nos/host/android/hals/keymaster/aidl/strongbox/RemotelyProvisionedComponent-citadel.mk