resolve merge conflicts of 07886f1
to nyc-dev-plus-aosp am: 98dce87fe1
am: 589ed96538
Change-Id: Ibe488f2cfd6570724dcdfdd69e2ee0396d7af631
This commit is contained in:
commit
43ded3587e
|
@ -125,7 +125,6 @@ _product_var_list := \
|
|||
PRODUCT_SHIPPING_API_LEVEL \
|
||||
|
||||
|
||||
|
||||
define dump-product
|
||||
$(info ==== $(1) ====)\
|
||||
$(foreach v,$(_product_var_list),\
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 21
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 22
|
|
@ -0,0 +1,2 @@
|
|||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 23
|
|
@ -0,0 +1,2 @@
|
|||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 24
|
Loading…
Reference in New Issue