You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
14 lines
381 B
## Pixel Codenames
|
|
include vendor/google_pixel/codenames.mk
|
|
|
|
## Pixel Apps
|
|
include vendor/google_pixel/apps/GoogleApps.mk
|
|
|
|
## Pixel Sounds
|
|
include vendor/google_pixel/sounds/GoogleAudio.mk
|
|
|
|
## Pixel Themes
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
ro.boot.vendor.overlay.theme=com.android.theme.icon.circle \
|
|
ro.com.google.ime.bs_theme=true \
|
|
ro.com.google.ime.theme_id=5
|
|
|