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.
41 lines
1.4 KiB
41 lines
1.4 KiB
#
|
|
# Copyright 2014 The Android Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# First lunching is U, api_level is 34
|
|
PRODUCT_SHIPPING_API_LEVEL := 34
|
|
PRODUCT_DTBO_TEMPLATE := $(LOCAL_PATH)/dt-overlay.in
|
|
include device/rockchip/common/build/rockchip/DynamicPartitions.mk
|
|
include device/rockchip/rk3326/PX30_u/BoardConfig.mk
|
|
include device/rockchip/common/BoardConfig.mk
|
|
$(call inherit-product, device/rockchip/rk3326/device-common.mk)
|
|
$(call inherit-product, device/rockchip/common/device.mk)
|
|
$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|
|
|
PRODUCT_CHARACTERISTICS := tablet
|
|
|
|
PRODUCT_NAME := PX30_u
|
|
PRODUCT_DEVICE := PX30_u
|
|
PRODUCT_BRAND := rockchip
|
|
PRODUCT_MODEL := PX30_u
|
|
PRODUCT_MANUFACTURER := rockchip
|
|
PRODUCT_AAPT_PREF_CONFIG := hdpi
|
|
#
|
|
## add Rockchip properties
|
|
#
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=240
|