Source
14
14
15
15
#
16
16
# This file is the build configuration for a full Android
17
17
# build for toro hardware. This cleanly combines a set of
18
18
# device-specific aspects (drivers) with a device-agnostic
19
19
# product configuration (apps). Except for a few implementation
20
20
# details, it only fundamentally contains two inherit-product
21
21
# lines, full and toro, hence its name.
22
22
#
23
23
24
-
PRODUCT_PROPERTY_OVERRIDES := \
25
-
net.dns1=8.8.8.8 \
26
-
net.dns2=8.8.4.4
27
-
28
24
# Inherit from those products. Most specific first.
29
25
$(call inherit-product, device/ti/jacinto6evm/device.mk)
30
26
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
31
27
32
28
PRODUCT_NAME := full_jacinto6evm
33
29
PRODUCT_DEVICE := jacinto6evm
34
30
PRODUCT_BRAND := Android
35
31
PRODUCT_MODEL := jacinto6evm
36
32
PRODUCT_MANUFACTURER := Texas_Instruments_Inc