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
3f6ea596
Commit
3f6ea596
authored
Feb 09, 2020
by
TARKZiM
Browse files
suzuran: Switch to TARGET_COPY_OUT_VENDOR
parent
385ebda8
Changes
1
Hide whitespace changes
Inline
Side-by-side
device.mk
View file @
3f6ea596
...
@@ -50,8 +50,8 @@ PRODUCT_COPY_FILES += \
...
@@ -50,8 +50,8 @@ PRODUCT_COPY_FILES += \
# NFC configs
# NFC configs
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/libnfc-nci.conf:
system
/etc/libnfc-nci.conf
\
$(LOCAL_PATH)
/configs/libnfc-nci.conf:
$(TARGET_COPY_OUT_VENDOR)
/etc/libnfc-nci.conf
\
$(LOCAL_PATH)
/configs/libnfc-nxp.conf:
system
/etc/libnfc-nxp.conf
$(LOCAL_PATH)
/configs/libnfc-nxp.conf:
$(TARGET_COPY_OUT_VENDOR)
/etc/libnfc-nxp.conf
# RIL
# RIL
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
...
@@ -69,7 +69,7 @@ PRODUCT_COPY_FILES += \
...
@@ -69,7 +69,7 @@ PRODUCT_COPY_FILES += \
# Fingerprint
# Fingerprint
PRODUCT_COPY_FILES
+=
\
PRODUCT_COPY_FILES
+=
\
frameworks/native/data/etc/android.hardware.fingerprint.xml:
system
/etc/permissions/android.hardware.fingerprint.xml
frameworks/native/data/etc/android.hardware.fingerprint.xml:
$(TARGET_COPY_OUT_VENDOR)
/etc/permissions/android.hardware.fingerprint.xml
PRODUCT_PACKAGES
+=
\
PRODUCT_PACKAGES
+=
\
fingerprintd
fingerprintd
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