diff options
| author | Georg Veichtlbauer <georg@vware.at> | 2023-05-12 10:08:46 +0200 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2024-05-19 16:59:46 +0200 |
| commit | efb89aca76a0b975377f896b78e73189fefb529b (patch) | |
| tree | 5ab3fef0851fd5ee46de288d4398e12758575c6f | |
| parent | 076d71a5f7e883f69d3f5f032e2606adba8e575a (diff) | |
guacamole: Define PRODUCT_SHIPPING_API_LEVEL directly
Change-Id: I096a8993abecdeea5fdfc6eef783087355d13461
| -rw-r--r-- | device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ PRODUCT_PACKAGES += \ OPlusSystemUIResTarget # Shipping API -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) +PRODUCT_SHIPPING_API_LEVEL := 28 # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ |
