From d9a39a25f4e6ffd35531ca73b6755fdeee2e05b6 Mon Sep 17 00:00:00 2001 From: Joey Huab Date: Wed, 28 May 2025 19:01:58 +0900 Subject: [PATCH] Revert "Revert "Add product_launched_with_j{,_mr1,mr2}.mk"" This reverts commit e1e121bea4921d8d190e5e9dc13c7309d1c6dd87. --- build/target/product/product_launched_with_j.mk | 2 ++ build/target/product/product_launched_with_j_mr1.mk | 2 ++ build/target/product/product_launched_with_j_mr2.mk | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 build/target/product/product_launched_with_j.mk create mode 100644 build/target/product/product_launched_with_j_mr1.mk create mode 100644 build/target/product/product_launched_with_j_mr2.mk diff --git a/build/target/product/product_launched_with_j.mk b/build/target/product/product_launched_with_j.mk new file mode 100644 index 00000000..54010047 --- /dev/null +++ b/build/target/product/product_launched_with_j.mk @@ -0,0 +1,2 @@ +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. +PRODUCT_SHIPPING_API_LEVEL := 16 diff --git a/build/target/product/product_launched_with_j_mr1.mk b/build/target/product/product_launched_with_j_mr1.mk new file mode 100644 index 00000000..7c8f4eaf --- /dev/null +++ b/build/target/product/product_launched_with_j_mr1.mk @@ -0,0 +1,2 @@ +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. +PRODUCT_SHIPPING_API_LEVEL := 17 diff --git a/build/target/product/product_launched_with_j_mr2.mk b/build/target/product/product_launched_with_j_mr2.mk new file mode 100644 index 00000000..2666915e --- /dev/null +++ b/build/target/product/product_launched_with_j_mr2.mk @@ -0,0 +1,2 @@ +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. +PRODUCT_SHIPPING_API_LEVEL := 18