aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-06-15 17:40:40 -0700
committerDan Willemsen <dwillemsen@google.com>2017-06-15 17:40:40 -0700
commiteeede9a50c036ff8d0159cb0009d9d6288e3a39b (patch)
treed2d1e93ca4f2d23c7a42da310adc664f1e9b5c16
parent7e5328e4f8a49db4424bd8c1ab7a203597b9010f (diff)
downloadsample-eeede9a50c036ff8d0159cb0009d9d6288e3a39b.tar.gz
Remove moved product_launched_with_* files
The correct versions of these are located in build/make/target/product/product_launched_with_* Test: No users found in codesearch Change-Id: I2db07eff125c1312df160538fc9f197dc5eb85b0
-rw-r--r--products/product_launched_with_l.mk3
-rw-r--r--products/product_launched_with_l_mr1.mk3
-rw-r--r--products/product_launched_with_m.mk3
-rw-r--r--products/product_launched_with_n.mk3
4 files changed, 0 insertions, 12 deletions
diff --git a/products/product_launched_with_l.mk b/products/product_launched_with_l.mk
deleted file mode 100644
index 2911993..0000000
--- a/products/product_launched_with_l.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-#ro.product.first_api_level indicates the first api level, device has been commercially launced on.
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.product.first_api_level=21
diff --git a/products/product_launched_with_l_mr1.mk b/products/product_launched_with_l_mr1.mk
deleted file mode 100644
index 10d629f..0000000
--- a/products/product_launched_with_l_mr1.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-#ro.product.first_api_level indicates the first api level, device has been commercially launced on.
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.product.first_api_level=22
diff --git a/products/product_launched_with_m.mk b/products/product_launched_with_m.mk
deleted file mode 100644
index d82a255..0000000
--- a/products/product_launched_with_m.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-#ro.product.first_api_level indicates the first api level, device has been commercially launced on.
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.product.first_api_level=23
diff --git a/products/product_launched_with_n.mk b/products/product_launched_with_n.mk
deleted file mode 100644
index 72f34d8..0000000
--- a/products/product_launched_with_n.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-#ro.product.first_api_level indicates the first api level, device has been commercially launced on.
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.product.first_api_level=24