emulator.mk revision e948255ac6b807dc72e219312c3f7a06746bd57b
1#
2# Copyright (C) 2012 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    emulator \
24    emulator-x86 \
25    emulator-arm \
26    emulator-mips \
27    emulator64-x86 \
28    emulator64-arm \
29    emulator64-mips \
30    libOpenglRender \
31    libGLES_CM_translator \
32    libGLES_V2_translator \
33    libEGL_translator \
34    lib64OpenglRender \
35    lib64GLES_CM_translator \
36    lib64GLES_V2_translator \
37    lib64EGL_translator
38
39# Device modules
40PRODUCT_PACKAGES += \
41    egl.cfg \
42    gralloc.goldfish \
43    libGLESv1_CM_emulation \
44    lib_renderControl_enc \
45    libEGL_emulation \
46    libGLES_android \
47    libGLESv2_enc \
48    libOpenglSystemCommon \
49    libGLESv2_emulation \
50    libGLESv1_enc \
51    qemu-props \
52    qemud \
53    camera.goldfish \
54    camera.goldfish.jpeg \
55    lights.goldfish \
56    gps.goldfish \
57    sensors.goldfish \
58    e2fsck
59
60
61PRODUCT_COPY_FILES += \
62    device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
63    device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
64    device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
65    device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc
66