# # Copyright (C) 2019 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@4.0-impl \ android.hardware.audio@2.0-service \ android.hardware.audio.effect@4.0-impl \ android.hardware.audio.effect@2.0-service \ android.hardware.soundtrigger@2.1-impl \ android.hardware.soundtrigger@2.0-service \ audio.r_submix.default \ libaudio-resampler \ # 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/j721e/init.j721eboard.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.j721eboard.rc \ device/ti/j721e/init.j721eboard.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.j721eboard.usb.rc \ device/ti/j721e/ueventd.j721eboard.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ device/ti/j721e/fstab.j721eboard:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.j721eboard \ device/ti/j721e/tablet_core_hardware_j721e.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware_j721e.xml \ # Media PRODUCT_COPY_FILES += \ device/ti/j721e/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/j721e/overlay PRODUCT_PACKAGES += \ toybox_vendor \ Launcher3 \ WallpaperPicker \ USE_XML_AUDIO_POLICY_CONF := 1 PRODUCT_COPY_FILES += \ frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ PRODUCT_COPY_FILES += \ hardware/ti/j721e/audio/primary/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \ hardware/ti/j721e/audio/primary/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/primary_audio_policy_configuration.xml \ hardware/ti/j721e/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml PRODUCT_PACKAGES += \ tinymix \ tinyplay \ tinycap \ tinypcminfo \ SoundRecorder $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) # Include hardware projects (HALs) $(call inherit-product-if-exists, hardware/ti/j721e/j721e.mk) # Include vendor binaries $(call inherit-product-if-exists, vendor/ti/j721e/j721e.mk)