Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_sony_suzuran
Commits
8a5f8bb0
Commit
8a5f8bb0
authored
Apr 30, 2021
by
Bernhard Thoben
Browse files
suzuran: Switched to globally used variables.
Change-Id: Id893a7720313ea85e80ecf1b4de3a5cf34761df5
parent
5c22eec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
device.mk
View file @
8a5f8bb0
#
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2016 The CyanogenMod Project
# 2017-201
8
The LineageOS Project
# 2017-20
2
1 The LineageOS Project
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
@@ -41,7 +41,7 @@ TARGET_SCREEN_WIDTH := 720
...
@@ -41,7 +41,7 @@ TARGET_SCREEN_WIDTH := 720
# init
# init
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/rootdir/bin/init.qcom.power.sh:
system
/bin/init.qcom.power.sh
$(LOCAL_PATH)
/rootdir/bin/init.qcom.power.sh:
$(TARGET_COPY_OUT_SYSTEM)
/bin/init.qcom.power.sh
# Audio configuration
# Audio configuration
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
...
@@ -49,11 +49,11 @@ PRODUCT_COPY_FILES += \
...
@@ -49,11 +49,11 @@ PRODUCT_COPY_FILES += \
# Input
# Input
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/idc/clearpad.idc:
system
/usr/idc/clearpad.idc
$(LOCAL_PATH)
/idc/clearpad.idc:
$(TARGET_COPY_OUT_SYSTEM)
/usr/idc/clearpad.idc
# IRSC
# IRSC
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/sec_config:
system
/etc/sec_config
$(LOCAL_PATH)
/configs/sec_config:
$(TARGET_COPY_OUT_SYSTEM)
/etc/sec_config
# NFC configs
# NFC configs
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
...
@@ -62,14 +62,14 @@ PRODUCT_COPY_FILES += \
...
@@ -62,14 +62,14 @@ PRODUCT_COPY_FILES += \
# RIL
# RIL
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/dsi_config.xml:
system
/etc/data/dsi_config.xml
\
$(LOCAL_PATH)
/configs/dsi_config.xml:
$(TARGET_COPY_OUT_SYSTEM)
/etc/data/dsi_config.xml
\
$(LOCAL_PATH)
/configs/netmgr_config.xml:
system
/etc/data/netmgr_config.xml
\
$(LOCAL_PATH)
/configs/netmgr_config.xml:
$(TARGET_COPY_OUT_SYSTEM)
/etc/data/netmgr_config.xml
\
$(LOCAL_PATH)
/configs/qmi_config.xml:
system
/etc/data/qmi_config.xml
$(LOCAL_PATH)
/configs/qmi_config.xml:
$(TARGET_COPY_OUT_SYSTEM)
/etc/data/qmi_config.xml
# Thermal
# Thermal
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/thermal-engine.conf:
system
/etc/thermal-engine.conf
$(LOCAL_PATH)
/configs/thermal-engine.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/thermal-engine.conf
# WLAN
# WLAN
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/wlan/bcmdhd.cal:
system
/etc/firmware/wlan/bcmdhd/bcmdhd.cal
$(LOCAL_PATH)
/configs/wlan/bcmdhd.cal:
$(TARGET_COPY_OUT_SYSTEM)
/etc/firmware/wlan/bcmdhd/bcmdhd.cal
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment