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_kitakami-common
Commits
454abcf8
Commit
454abcf8
authored
Apr 30, 2021
by
Bernhard Thoben
Browse files
kitakami-common: Switched to globally used variables.
Change-Id: I7f686236b067e4bd797672cc9f1c5a13f5b1df5b
parent
8403696a
Changes
2
Show whitespace changes
Inline
Side-by-side
device-common.mk
View file @
454abcf8
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-202
0
The LineageOS Project
# Copyright (C) 2017-202
1
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.
...
...
@@ -120,7 +120,7 @@ PRODUCT_COPY_FILES += \
# Bluetooth
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/bluetooth/bt_vendor.conf:
system
/etc/bluetooth/bt_vendor.conf
$(LOCAL_PATH)
/bluetooth/bt_vendor.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/bluetooth/bt_vendor.conf
PRODUCT_PACKAGES
+=
\
android.hardware.bluetooth@1.0-impl
\
...
...
@@ -188,17 +188,17 @@ PRODUCT_PACKAGES += \
libshim_gps
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/gps/flp.conf:
system
/etc/flp.conf
\
$(LOCAL_PATH)
/gps/gps.conf:
system
/etc/gps.conf
\
$(LOCAL_PATH)
/gps/izat.conf:
system
/etc/izat.conf
\
$(LOCAL_PATH)
/gps/sap.conf:
system
/etc/sap.conf
$(LOCAL_PATH)
/gps/flp.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/flp.conf
\
$(LOCAL_PATH)
/gps/gps.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/gps.conf
\
$(LOCAL_PATH)
/gps/izat.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/izat.conf
\
$(LOCAL_PATH)
/gps/sap.conf:
$(TARGET_COPY_OUT_SYSTEM)
/etc/sap.conf
PRODUCT_PACKAGES
+=
\
android.hardware.gnss@1.0-impl
# Flash LED config
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/flashled_calc_parameters.cfg:
system
/etc/flashled_calc_parameters.cfg
$(LOCAL_PATH)
/configs/flashled_calc_parameters.cfg:
$(TARGET_COPY_OUT_SYSTEM)
/etc/flashled_calc_parameters.cfg
# Health
PRODUCT_PACKAGES
+=
\
...
...
@@ -206,18 +206,18 @@ PRODUCT_PACKAGES += \
# Init
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/rootdir/fstab.qcom:
root
/fstab.qcom
\
$(LOCAL_PATH)
/rootdir/init.qcom.usb.rc:
root
/init.qcom.usb.rc
\
$(LOCAL_PATH)
/rootdir/init.qcom.rc:
root
/init.qcom.rc
\
$(LOCAL_PATH)
/rootdir/ueventd.qcom.rc:
root
/ueventd.qcom.rc
$(LOCAL_PATH)
/rootdir/fstab.qcom:
$(TARGET_COPY_OUT_ROOT)
/fstab.qcom
\
$(LOCAL_PATH)
/rootdir/init.qcom.usb.rc:
$(TARGET_COPY_OUT_ROOT)
/init.qcom.usb.rc
\
$(LOCAL_PATH)
/rootdir/init.qcom.rc:
$(TARGET_COPY_OUT_ROOT)
/init.qcom.rc
\
$(LOCAL_PATH)
/rootdir/ueventd.qcom.rc:
$(TARGET_COPY_OUT_ROOT)
/ueventd.qcom.rc
# Input
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/keylayout/clearpad.kl:
system
/usr/keylayout/clearpad.kl
\
$(LOCAL_PATH)
/keylayout/gpio-keys.kl:
system
/usr/keylayout/gpio-keys.kl
\
$(LOCAL_PATH)
/keylayout/mhl-rcp.kl:
system
/usr/keylayout/mhl-rcp.kl
\
$(LOCAL_PATH)
/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl:
system
/usr/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl
\
$(LOCAL_PATH)
/keylayout/synaptics_dsx.kl:
system
/usr/keylayout/synaptics_dsx.kl
$(LOCAL_PATH)
/keylayout/clearpad.kl:
$(TARGET_COPY_OUT_SYSTEM)
/usr/keylayout/clearpad.kl
\
$(LOCAL_PATH)
/keylayout/gpio-keys.kl:
$(TARGET_COPY_OUT_SYSTEM)
/usr/keylayout/gpio-keys.kl
\
$(LOCAL_PATH)
/keylayout/mhl-rcp.kl:
$(TARGET_COPY_OUT_SYSTEM)
/usr/keylayout/mhl-rcp.kl
\
$(LOCAL_PATH)
/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl:
$(TARGET_COPY_OUT_SYSTEM)
/usr/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl
\
$(LOCAL_PATH)
/keylayout/synaptics_dsx.kl:
$(TARGET_COPY_OUT_SYSTEM)
/usr/keylayout/synaptics_dsx.kl
# IRQ
PRODUCT_COPY_FILES
+=
\
...
...
radio.mk
View file @
454abcf8
#
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017
-2021
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.
...
...
@@ -16,7 +16,7 @@
# Permissions
PRODUCT_COPY_FILES
+=
\
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:
system
/etc/permissions/android.hardware.telephony.gsm.xml
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:
$(TARGET_COPY_OUT_SYSTEM)
/etc/permissions/android.hardware.telephony.gsm.xml
# Properties
PRODUCT_PROPERTY_OVERRIDES
+=
\
...
...
Write
Preview
Supports
Markdown
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