summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhailo Sopiha2018-08-03 08:11:17 -0500
committerAlistair Strachan2018-09-27 15:02:21 -0500
commit240b7107c506dc7bb210ff2667dcd6fd962f3bb2 (patch)
tree33a6246e9a51ff1f5ac1d4c578ef9e4a664083b4 /device.mk
parentb68d16448b294a12c60c1618622a116b3164cd5a (diff)
downloaddevice-ti-beagle-x15-240b7107c506dc7bb210ff2667dcd6fd962f3bb2.tar.gz
device-ti-beagle-x15-240b7107c506dc7bb210ff2667dcd6fd962f3bb2.tar.xz
device-ti-beagle-x15-240b7107c506dc7bb210ff2667dcd6fd962f3bb2.zip
beagle-x15: Turn on FULL_TREBLE support
Next changes are made: - Add device compatibility matrix - Update device manifest - Turn on treble and vndk support - Update product packages - Update SEPolicy Change-Id: I6e5d416948fbe391073cbda97df19b65c4cbf549 Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk27
1 files changed, 19 insertions, 8 deletions
diff --git a/device.mk b/device.mk
index d5fc771..1530e5c 100644
--- a/device.mk
+++ b/device.mk
@@ -28,19 +28,27 @@ PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel
28PRODUCT_PACKAGES += \ 28PRODUCT_PACKAGES += \
29 android.hardware.graphics.allocator@2.0-impl \ 29 android.hardware.graphics.allocator@2.0-impl \
30 android.hardware.graphics.allocator@2.0-service \ 30 android.hardware.graphics.allocator@2.0-service \
31 android.hardware.graphics.composer@2.1-impl \
32 android.hardware.graphics.composer@2.1-service \
33 android.hardware.graphics.mapper@2.0-impl \ 31 android.hardware.graphics.mapper@2.0-impl \
34 android.hardware.graphics.mapper@2.0-service \ 32 android.hardware.graphics.mapper@2.0-service \
35 android.hardware.drm@1.0-impl \ 33 android.hardware.graphics.composer@2.1-impl \
36 android.hardware.drm@1.0-service \ 34 android.hardware.graphics.composer@2.1-service \
35 libdrm \
36 libdrm_omap \
37 hwcomposer.am57x \
38
39#Security
40PRODUCT_PACKAGES += \
37 android.hardware.keymaster@3.0-impl \ 41 android.hardware.keymaster@3.0-impl \
38 android.hardware.keymaster@3.0-service \ 42 android.hardware.keymaster@3.0-service \
43 android.hardware.drm@1.0-impl \
44 android.hardware.drm@1.0-service \
45
46# Audio
47PRODUCT_PACKAGES += \
39 android.hardware.audio@2.0-impl \ 48 android.hardware.audio@2.0-impl \
49 android.hardware.audio@2.0-service \
40 android.hardware.audio.effect@2.0-impl \ 50 android.hardware.audio.effect@2.0-impl \
41 libdrm \ 51 android.hardware.audio.effect@2.0-service \
42 libdrm_omap \
43 hwcomposer.am57x \
44 52
45# Memtrack 53# Memtrack
46PRODUCT_PACKAGES += \ 54PRODUCT_PACKAGES += \
@@ -68,13 +76,16 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
68 76
69PRODUCT_COPY_FILES += \ 77PRODUCT_COPY_FILES += \
70 device/ti/beagle_x15/tablet_core_hardware_beagle_x15.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_beagle_x15.xml \ 78 device/ti/beagle_x15/tablet_core_hardware_beagle_x15.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_beagle_x15.xml \
71 device/ti/beagle_x15/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \
72 device/ti/beagle_x15/init.beagle_x15board.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.beagle_x15board.rc \ 79 device/ti/beagle_x15/init.beagle_x15board.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.beagle_x15board.rc \
73 device/ti/beagle_x15/init.beagle_x15board.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.beagle_x15board.usb.rc \ 80 device/ti/beagle_x15/init.beagle_x15board.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.beagle_x15board.usb.rc \
74 device/ti/beagle_x15/ueventd.beagle_x15board.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ 81 device/ti/beagle_x15/ueventd.beagle_x15board.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
75 device/ti/beagle_x15/fstab.beagle_x15board:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.beagle_x15board \ 82 device/ti/beagle_x15/fstab.beagle_x15board:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.beagle_x15board \
76 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ 83 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
77 84
85#FIXME: this feature should be turned off as soon as google start checking for WIFI support before wifi calls
86PRODUCT_COPY_FILES += \
87 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
88
78# Static modprobe for recovery image 89# Static modprobe for recovery image
79PRODUCT_PACKAGES += \ 90PRODUCT_PACKAGES += \
80 toybox_static \ 91 toybox_static \