forked from LineageOS/android_device_samsung_gta4xl-common
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplatform.mk
44 lines (35 loc) · 1.29 KB
/
platform.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# 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.
#
### PROPRIETARY VENDOR FILES
$(call inherit-product, vendor/samsung/a21s-common/a21s-common-vendor.mk)
PLATFORM_PATH := device/samsung/a21s-common
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := 280dpi
PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
PRODUCT_CHARACTERISTICS := phone
# Dynamic Partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(PLATFORM_PATH) \
hardware/google/interfaces \
hardware/google/pixel \
hardware/samsung/aidl/power-libperfmgr
DEVICE_PACKAGE_OVERLAYS += \
$(PLATFORM_PATH)/overlay
PRODUCT_ENFORCE_RRO_TARGETS += *
include $(PLATFORM_PATH)/platform/*.mk