sanders: Initial device tree
Signed-off-by: Jorge Lucas <jorgelucas@pixelexperience.org>
This commit is contained in:
33
aosp_sanders.mk
Normal file
33
aosp_sanders.mk
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright (C) 2020 The PixelExperience 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.
|
||||
|
||||
# Inherit from sanders device
|
||||
$(call inherit-product, device/motorola/sanders/device.mk)
|
||||
|
||||
# Inherit some common Pixel Experience stuff.
|
||||
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
||||
TARGET_GAPPS_ARCH := arm64
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
TARGET_INCLUDE_LIVE_WALLPAPERS := false
|
||||
|
||||
## Device identifier. This must come after all inclusions
|
||||
PRODUCT_BRAND := motorola
|
||||
PRODUCT_MANUFACTURER := motorola
|
||||
PRODUCT_NAME := aosp_sanders
|
||||
PRODUCT_DEVICE := sanders
|
||||
PRODUCT_MODEL := Moto G (5S) Plus
|
||||
|
||||
# Build Fingerprint
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRIVATE_BUILD_DESC="sanders-user 8.1.0 OPS28.65-36 9fea release-keys"
|
||||
Reference in New Issue
Block a user