Merge pull request #317 from AndyCGYan/no-more-emulator-12

Overwrite the inherited "emulator" characteristics
This commit is contained in:
Pierre-Hugues HUSSON 2022-06-30 20:39:40 +02:00 committed by GitHub
commit 6335412007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ PRODUCT_BRAND := google
PRODUCT_SYSTEM_BRAND := google
PRODUCT_MODEL := Phh-Treble $apps_name
# Overwrite the inherited "emulator" characteristics
PRODUCT_CHARACTERISTICS := device
PRODUCT_PACKAGES += $extra_packages
EOF