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:
Jake Weinstein 2023-05-15 03:35:41 +09:00
parent af501c3682
commit 9fc1091505
1 changed files with 1 additions and 1 deletions

View File

@ -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