OSDN Git Service

Add variable PRODUCT_SHIPPING_API_LEVEL and make files with the
authorVikas Marwaha <vikasmarwaha@google.com>
Fri, 3 Jun 2016 22:02:06 +0000 (15:02 -0700)
committerVikas Marwaha <vikasmarwaha@google.com>
Fri, 3 Jun 2016 23:02:27 +0000 (23:02 +0000)
commit404ccc83c4ad9dd6cd151d8cc4299c4d3f02b2b7
tree81f65ff7a12f2afbefbbad586ae370bf7d8d1ec8
parent6a7cf55a7dfe844b4df173520890b4daee60ea63
Add variable PRODUCT_SHIPPING_API_LEVEL and make files with the
new read only product property ro.product.first_api_level.

PRODUCT_SHIPPING_API_LEVEL declares which API level a device first
shipped with. We use this variable to set a read-only property that
can be used in CTS/GTS tests.

Change-Id: If54202075d3b92ed380655cde8b3fc50c5ba73b3
core/product.mk
core/product_config.mk
target/product/product_launched_with_l.mk [new file with mode: 0644]
target/product/product_launched_with_l_mr1.mk [new file with mode: 0644]
target/product/product_launched_with_m.mk [new file with mode: 0644]
target/product/product_launched_with_n.mk [new file with mode: 0644]