summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-04-25 10:52:22 -0500
committerPraneeth Bajjuri2018-04-26 14:13:37 -0500
commitdb8092c9fd97d372c5e63239230994c3acb71d2b (patch)
tree0997907543aa37a3cce7fac1f5205baeba626465
parent0590ba7f29a28f597f3d16ffd646652eb4da70ef (diff)
downloaddevice-ti-am57xevm-db8092c9fd97d372c5e63239230994c3acb71d2b.tar.gz
device-ti-am57xevm-db8092c9fd97d372c5e63239230994c3acb71d2b.tar.xz
device-ti-am57xevm-db8092c9fd97d372c5e63239230994c3acb71d2b.zip
Use tabs/spaces consistently and end lists with backslash
Use tabs/spaces consistently and end lists with backslash Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--device.mk27
1 files changed, 13 insertions, 14 deletions
diff --git a/device.mk b/device.mk
index 56489a1..47376a9 100644
--- a/device.mk
+++ b/device.mk
@@ -30,7 +30,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
30 persist.gpu.yuv.bt709=1 \ 30 persist.gpu.yuv.bt709=1 \
31 ro.sf.lcd_density=120 \ 31 ro.sf.lcd_density=120 \
32 hwui.render_dirty_regions=false \ 32 hwui.render_dirty_regions=false \
33 persist.enable_task_snapshots=false 33 persist.enable_task_snapshots=false \
34 34
35# Camera 35# Camera
36PRODUCT_PACKAGES += \ 36PRODUCT_PACKAGES += \
@@ -101,7 +101,7 @@ PRODUCT_COPY_FILES += \
101 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \ 101 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
102 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ 102 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
103 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ 103 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
104 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml 104 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
105 105
106ifeq ($(PRIMARY_AUDIO),hdmi) 106ifeq ($(PRIMARY_AUDIO),hdmi)
107PRODUCT_COPY_FILES += \ 107PRODUCT_COPY_FILES += \
@@ -143,10 +143,10 @@ LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
143endif 143endif
144 144
145PRODUCT_PACKAGES += \ 145PRODUCT_PACKAGES += \
146 android.hardware.memtrack@1.0-impl \ 146 android.hardware.memtrack@1.0-impl \
147 android.hardware.power@1.0-impl \ 147 android.hardware.power@1.0-impl \
148 android.hardware.keymaster@3.0-impl \ 148 android.hardware.keymaster@3.0-impl \
149 android.hardware.keymaster@3.0-service \ 149 android.hardware.keymaster@3.0-service \
150 150
151PRODUCT_COPY_FILES += \ 151PRODUCT_COPY_FILES += \
152 $(LOCAL_KERNEL):kernel \ 152 $(LOCAL_KERNEL):kernel \
@@ -163,15 +163,15 @@ PRODUCT_COPY_FILES += \
163 163
164# init.rc for recovery image 164# init.rc for recovery image
165PRODUCT_COPY_FILES += \ 165PRODUCT_COPY_FILES += \
166 device/ti/am57xevm/init.recovery.am57xevmboard.rc:root/init.recovery.am57xevmboard.rc 166 device/ti/am57xevm/init.recovery.am57xevmboard.rc:root/init.recovery.am57xevmboard.rc \
167 167
168# Static modprobe for recovery image 168# Static modprobe for recovery image
169PRODUCT_PACKAGES += \ 169PRODUCT_PACKAGES += \
170 toybox_static 170 toybox_static \
171 171
172# cpuset configuration 172# cpuset configuration
173PRODUCT_COPY_FILES += \ 173PRODUCT_COPY_FILES += \
174 device/ti/am57xevm/init.am57xevmboard.cpuset.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.am57xevmboard.cpuset.sh 174 device/ti/am57xevm/init.am57xevmboard.cpuset.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.am57xevmboard.cpuset.sh \
175 175
176PRODUCT_CHARACTERISTICS := tablet,nosdcard 176PRODUCT_CHARACTERISTICS := tablet,nosdcard
177 177
@@ -181,11 +181,10 @@ DEVICE_PACKAGE_OVERLAYS := \
181#PRODUCT_ENFORCE_RRO_TARGETS := \ 181#PRODUCT_ENFORCE_RRO_TARGETS := \
182# framework-res 182# framework-res
183 183
184PRODUCT_PACKAGES += toybox_vendor 184PRODUCT_PACKAGES += \
185 185 toybox_vendor \
186# Launcher3 186 Launcher3 \
187PRODUCT_PACKAGES += Launcher3 \ 187 WallpaperPicker \
188 WallpaperPicker
189 188
190$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk) 189$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
191$(call inherit-product-if-exists, hardware/ti/dra7xx/am57x.mk) 190$(call inherit-product-if-exists, hardware/ti/dra7xx/am57x.mk)