summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk28
1 files changed, 10 insertions, 18 deletions
diff --git a/device-common.mk b/device-common.mk
index a44dbe2..550bcfc 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -1,5 +1,5 @@
1# 1#
2# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 2# Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
3# 3#
4# Licensed under the Apache License, Version 2.0 (the "License"); 4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License. 5# you may not use this file except in compliance with the License.
@@ -82,23 +82,15 @@ endif
82 82
83PRODUCT_COPY_FILES += \ 83PRODUCT_COPY_FILES += \
84 $(LOCAL_KERNEL):kernel \ 84 $(LOCAL_KERNEL):kernel \
85 device/ti/am65xevm/init.am65xevmboard.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.am65xevmboard.rc \ 85 device/ti/j721e/init.j721eboard.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.j721eboard.rc \
86 device/ti/am65xevm/init.am65xevmboard.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.am65xevmboard.usb.rc \ 86 device/ti/j721e/init.j721eboard.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.j721eboard.usb.rc \
87 device/ti/am65xevm/ueventd.am65xevmboard.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ 87 device/ti/j721e/ueventd.j721eboard.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
88 device/ti/am65xevm/fstab.am65xevmboard:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.am65xevmboard \ 88 device/ti/j721e/fstab.j721eboard:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.j721eboard \
89 device/ti/am65xevm/tablet_core_hardware_am65xevm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_am65xevm.xml \ 89 device/ti/j721e/tablet_core_hardware_j721e.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_j721e.xml \
90
91# Connectivity
92PRODUCT_COPY_FILES += \
93 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
94 device/ti/am65xevm/firmware/ti-pruss/am65x-pru0-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-pru0-prueth-fw.elf \
95 device/ti/am65xevm/firmware/ti-pruss/am65x-pru1-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-pru1-prueth-fw.elf \
96 device/ti/am65xevm/firmware/ti-pruss/am65x-rtu0-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-rtu0-prueth-fw.elf \
97 device/ti/am65xevm/firmware/ti-pruss/am65x-rtu1-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-rtu1-prueth-fw.elf \
98 90
99# Media 91# Media
100PRODUCT_COPY_FILES += \ 92PRODUCT_COPY_FILES += \
101 device/ti/am65xevm/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ 93 device/ti/j721e/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
102 frameworks/av/media/libeffects/data/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \ 94 frameworks/av/media/libeffects/data/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
103 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ 95 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
104 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ 96 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
@@ -106,7 +98,7 @@ PRODUCT_COPY_FILES += \
106PRODUCT_CHARACTERISTICS := tablet,nosdcard 98PRODUCT_CHARACTERISTICS := tablet,nosdcard
107 99
108DEVICE_PACKAGE_OVERLAYS := \ 100DEVICE_PACKAGE_OVERLAYS := \
109 device/ti/am65xevm/overlay 101 device/ti/j721e/overlay
110 102
111PRODUCT_PACKAGES += \ 103PRODUCT_PACKAGES += \
112 toybox_vendor \ 104 toybox_vendor \
@@ -116,7 +108,7 @@ PRODUCT_PACKAGES += \
116$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) 108$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
117 109
118# Include hardware projects (HALs) 110# Include hardware projects (HALs)
119$(call inherit-product-if-exists, hardware/ti/am65x/am65x.mk) 111$(call inherit-product-if-exists, hardware/ti/j721e/j721e.mk)
120 112
121# Include vendor binaries 113# Include vendor binaries
122$(call inherit-product-if-exists, vendor/ti/am65x/am65x.mk) 114$(call inherit-product-if-exists, vendor/ti/j721e/j721e.mk)