aospa: Fix sunny lunch target
Device prefix must be _ not -, otherwise the build system thinks aospa is the target. In file included from build/make/core/config.mk:356: In file included from build/make/core/envsetup.mk:354: vendor/aospa/products/AndroidProducts.mk:54: error: COMMON_LUNCH_CHOICES contains products(s) not defined in this file: aospa. Change-Id: I08c537f3a5edfeea700acee03ea50b6f00866750
This commit is contained in:
parent
af501c3682
commit
9fc1091505
|
@ -85,5 +85,5 @@ COMMON_LUNCH_CHOICES += \
|
|||
aospa_phone1-userdebug \
|
||||
aospa_raven-userdebug \
|
||||
aospa_spes-userdebug \
|
||||
aospa-sunny-userdebug \
|
||||
aospa_sunny-userdebug \
|
||||
aospa_vayu-userdebug
|
||||
|
|
Loading…
Reference in New Issue