commit | 506d334bba0edc9714edca93ce006b4e9b7ea4a9 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Sun Oct 29 22:25:26 2023 +0200 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Tue Nov 28 09:41:30 2023 +0000 |
tree | 98a8ea11a101031ee5a8f700f8d22a92f04dfe4a | |
parent | 8dfcd38ef670147d64c29ecc28038b4ec1e717a7 [diff] [blame] |
axolotl: Move PRODUCT_SHIPPING_API_LEVEL to device.mk Otherwise it's not being picked up by the build system. Change-Id: Ib7a29661b520a64571c61739d443e74c794e9d8c
diff --git a/device.mk b/device.mk index 7b5aa6d..b8dbdfa 100644 --- a/device.mk +++ b/device.mk
@@ -462,6 +462,9 @@ android.hardware.sensors@2.0.vendor \ libsensorndkbridge \ +# Shipping API +PRODUCT_SHIPPING_API_LEVEL := 29 + # Telephony PRODUCT_PACKAGES += \ ims-ext-common \