# # Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Graphics PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.mapper@2.0-impl \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service \ modetest \ libdrm \ libgbm \ # All VNDK libraries (HAL interfaces, VNDK, VNDK-SP, LL-NDK) PRODUCT_PACKAGES += vndk_package PRODUCT_PACKAGES += \ libunwind PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true # Set zygote config PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc # Audio PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \ android.hardware.audio@2.0-service \ android.hardware.audio.effect@2.0-impl \ android.hardware.soundtrigger@2.0-impl \ # USB PRODUCT_PACKAGES += \ android.hardware.usb@1.0-service \ # Security PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-service \ android.hardware.keymaster@3.0-impl \ android.hardware.keymaster@3.0-service \ # Other PRODUCT_PACKAGES += \ android.hardware.power@1.0-impl \ android.hardware.power@1.0-service \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ #FIXME: this feature should be turned off as soon as google start checking for WIFI support before wifi calls PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ persist.sys.usb.config=mtp \ ro.sf.lcd_density=160 \ ifeq ($(TARGET_PREBUILT_KERNEL),) LOCAL_KERNEL := $(KERNELDIR)/arch/arm64/boot/Image else LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) endif PRODUCT_COPY_FILES += \ $(LOCAL_KERNEL):kernel \ device/ti/am65xevm/init.am65xevmboard.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.am65xevmboard.rc \ device/ti/am65xevm/init.am65xevmboard.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.am65xevmboard.usb.rc \ device/ti/am65xevm/ueventd.am65xevmboard.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ device/ti/am65xevm/fstab.am65xevmboard:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.am65xevmboard \ device/ti/am65xevm/tablet_core_hardware_am65xevm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_am65xevm.xml \ # Connectivity PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ device/ti/am65xevm/firmware/ti-pruss/am65x-pru0-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-pru0-prueth-fw.elf \ device/ti/am65xevm/firmware/ti-pruss/am65x-pru1-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-pru1-prueth-fw.elf \ device/ti/am65xevm/firmware/ti-pruss/am65x-rtu0-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-rtu0-prueth-fw.elf \ device/ti/am65xevm/firmware/ti-pruss/am65x-rtu1-prueth-fw.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ti-pruss/am65x-rtu1-prueth-fw.elf \ # Media PRODUCT_COPY_FILES += \ device/ti/am65xevm/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ frameworks/av/media/libeffects/data/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ PRODUCT_CHARACTERISTICS := tablet,nosdcard DEVICE_PACKAGE_OVERLAYS := \ device/ti/am65xevm/overlay PRODUCT_PACKAGES += \ toybox_vendor \ Launcher3 \ WallpaperPicker \ $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) # Include hardware projects (HALs) $(call inherit-product-if-exists, hardware/ti/am65x/am65x.mk) # Include vendor binaries $(call inherit-product-if-exists, vendor/ti/am65x/am65x.mk)