-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPong.mk
31 lines (24 loc) · 832 Bytes
/
Pong.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright (C) 2023 Neoteric OS
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from Pong device
$(call inherit-product, device/nothing/Pong/device.mk)
# Inherit from the Neoteric configuration.
$(call inherit-product, vendor/neoteric/target/product/neoteric-target.mk)
PRODUCT_NAME := Pong
PRODUCT_DEVICE := Pong
PRODUCT_MANUFACTURER := nothing
PRODUCT_BRAND := Nothing
PRODUCT_MODEL := A065
# Bootanimation resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Override device name for Play Store.
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=Pong \
TARGET_PRODUCT=Pong
PRODUCT_GMS_CLIENTID_BASE := android-nothing