1# 2# Copyright (C) 2016 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15 16# 17# This file is included by other product makefiles to add all the 18# emulator-related modules to PRODUCT_PACKAGES. 19# 20 21# Host modules 22PRODUCT_PACKAGES += \ 23 24 25# Device modules 26PRODUCT_PACKAGES += \ 27 egl.cfg \ 28 gralloc.goldfish \ 29 gralloc.ranchu \ 30 libGLESv1_CM_emulation \ 31 lib_renderControl_enc \ 32 libEGL_emulation \ 33 libGLES_android \ 34 libGLESv2_enc \ 35 libOpenglSystemCommon \ 36 libGLESv2_emulation \ 37 libGLESv1_enc \ 38 qemu-props \ 39 qemud \ 40 camera.goldfish.jpeg \ 41 camera.ranchu.jpeg \ 42 lights.goldfish \ 43 gps.goldfish \ 44 gps.ranchu \ 45 sensors.goldfish \ 46 sensors.ranchu \ 47 power.goldfish \ 48 audio.primary.goldfish 49 50# Keymaster HAL 51PRODUCT_PACKAGES += \ 52 android.hardware.audio@2.0-impl \ 53 android.hardware.audio.effect@2.0-impl \ 54 android.hardware.keymaster@3.0-impl 55 56PRODUCT_COPY_FILES += \ 57 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \ 58 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \ 59 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \ 60 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ 61 device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ 62 device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \ 63 device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc \ 64 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml 65 66PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/overlay 67 68# Vendor Interface Manifest 69PRODUCT_COPY_FILES += \ 70 device/generic/car/common/product/manifest.xml:system/vendor/manifest.xml 71 72# Graphics HAL 73PRODUCT_PACKAGES += \ 74 android.hardware.graphics.allocator@2.0-impl \ 75 android.hardware.graphics.allocator@2.0-service \ 76 android.hardware.graphics.mapper@2.0-impl 77 78PRODUCT_CHARACTERISTICS := emulator 79