PL2: Rearrange & update {flags|information}

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: Iba81fcff03dc9f82e3c689b2e12642764a666f50
This commit is contained in:
Aayush Gupta
2020-06-15 23:12:39 +05:30
parent d61398269f
commit 24cc82bfc5
3 changed files with 10 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
# Device Tree for Nokia 6.1 (PL2)
The Nokia 6 (codenamed _"PL2"_) is a mid-range smartphone from Nokia.
The Nokia 6.1 (codenamed _"plate2"_ , TLA _"PL2"_) is a mid-range smartphone from Nokia.
It was released in April 2018.
| Basic | Spec Sheet |

View File

@@ -13,14 +13,16 @@
# 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).
#
# Set Shipping API level
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)
# Inherit from nokia sdm660-common
$(call inherit-product, device/nokia/sdm660-common/sdm660.mk)
# Ramdisk
PRODUCT_PACKAGES += \
init.PL2.target.rc
# Get non-open-source specific aspects
$(call inherit-product, vendor/nokia/PL2/PL2-vendor.mk)

View File

@@ -21,18 +21,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Get non-open-source specific aspects
$(call inherit-product, vendor/nokia/PL2/PL2-vendor.mk)
#nherit from PL2 device
$(call inherit-product, device/nokia/PL2/device.mk)
# Inherit from nokia sdm660-common
$(call inherit-product, device/nokia/sdm660-common/sdm660.mk)
# Set Shipping API level
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
@@ -52,9 +43,6 @@ PRODUCT_MODEL := Nokia 6.1
PRODUCT_GMS_CLIENTID_BASE := android-hmd
TARGET_VENDOR_PRODUCT_NAME := PL2
TARGET_VENDOR_DEVICE_NAME := PL2
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE=PL2_sprout \
PRODUCT_NAME=Plate2_00WW \