mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-04-21 23:50:17 +00:00
instantnoodlep: Initial commit
This commit is contained in:
44
device.mk
Normal file
44
device.mk
Normal file
@@ -0,0 +1,44 @@
|
||||
#
|
||||
# Copyright (C) 2018 The LineageOS 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.
|
||||
#
|
||||
|
||||
#
|
||||
# This file sets variables that control the way modules are built
|
||||
# thorughout the system. It should not be used to conditionally
|
||||
# disable makefiles (the proper mechanism to control what gets
|
||||
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||
# definition file).
|
||||
#
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
# Device uses high-density artwork where available
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
||||
|
||||
# Boot animation
|
||||
TARGET_SCREEN_HEIGHT := 3168
|
||||
TARGET_SCREEN_WIDTH := 1440
|
||||
|
||||
PRODUCT_SHIPPING_API_LEVEL := 29
|
||||
|
||||
# Inherit from oneplus sm8250-common
|
||||
$(call inherit-product, device/oneplus/sm8250-common/common.mk)
|
||||
|
||||
# Inherit from vendor blobs
|
||||
#$(call inherit-product, vendor/oneplus/instantnoodlep/instantnoodlep-vendor.mk)
|
||||
Reference in New Issue
Block a user