forked from LineageOS/android_device_samsung_a52sxq
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevice.mk
More file actions
46 lines (34 loc) · 1.3 KB
/
device.mk
File metadata and controls
46 lines (34 loc) · 1.3 KB
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
45
46
#
# SPDX-FileCopyrightText: The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
TARGET_IS_TABLET := true
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# call the common setup
$(call inherit-product, device/samsung/sm7325-common/common.mk)
# call the proprietary setup
$(call inherit-product, vendor/samsung/gts7fewifi/gts7fewifi-vendor.mk)
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.bootanim.set_orientation_4630947232161729154=ORIENTATION_90
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
# GMS
WITH_GMS_COMMS_SUITE := false
# Init files
PRODUCT_PACKAGES += \
init.gts7fewifi.rc
# Input configs
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/idc/sec_e-pen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/sec_e-pen.idc \
$(LOCAL_PATH)/configs/idc/Vendor_04e8_Product_a035.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/Vendor_04e8_Product_a035.idc
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
$(LOCAL_PATH)/configs/audio/audio_platform_info_diff.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_diff.xml \
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)