mirror of
https://github.com/Evolution-X-Devices/device_nokia_PL2
synced 2026-02-01 09:24:01 +00:00
33 lines
1014 B
Makefile
33 lines
1014 B
Makefile
#
|
|
# Copyright (C) 2020 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.
|
|
|
|
|
|
# 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)
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay
|
|
|
|
# Ramdisk
|
|
PRODUCT_PACKAGES += \
|
|
init.PL2.target.rc
|
|
|
|
# Get non-open-source specific aspects
|
|
$(call inherit-product, vendor/nokia/PL2/PL2-vendor.mk)
|