2012-11-28 18:53:20 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
#
|
|
|
|
# This file is included by other product makefiles to add all the
|
2013-03-08 02:58:32 +01:00
|
|
|
# emulator-related modules to PRODUCT_PACKAGES.
|
2012-11-28 18:53:20 +01:00
|
|
|
#
|
|
|
|
|
2013-03-08 02:58:32 +01:00
|
|
|
# Host modules
|
2012-11-28 18:53:20 +01:00
|
|
|
PRODUCT_PACKAGES += \
|
2014-04-01 21:13:58 +02:00
|
|
|
|
2013-03-01 01:39:32 +01:00
|
|
|
|
2013-03-08 02:58:32 +01:00
|
|
|
# Device modules
|
2013-03-01 01:39:32 +01:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
egl.cfg \
|
|
|
|
gralloc.goldfish \
|
2015-09-23 12:53:41 +02:00
|
|
|
gralloc.ranchu \
|
2013-03-01 01:39:32 +01:00
|
|
|
libGLESv1_CM_emulation \
|
|
|
|
lib_renderControl_enc \
|
|
|
|
libEGL_emulation \
|
2014-04-15 23:42:27 +02:00
|
|
|
libGLES_android \
|
2013-03-01 01:39:32 +01:00
|
|
|
libGLESv2_enc \
|
|
|
|
libOpenglSystemCommon \
|
|
|
|
libGLESv2_emulation \
|
|
|
|
libGLESv1_enc \
|
|
|
|
qemu-props \
|
|
|
|
qemud \
|
|
|
|
camera.goldfish \
|
2013-03-13 00:28:37 +01:00
|
|
|
camera.goldfish.jpeg \
|
2013-03-01 01:39:32 +01:00
|
|
|
lights.goldfish \
|
|
|
|
gps.goldfish \
|
2015-03-26 18:14:38 +01:00
|
|
|
fingerprint.goldfish \
|
2013-12-27 05:02:34 +01:00
|
|
|
sensors.goldfish \
|
2014-10-27 19:53:24 +01:00
|
|
|
audio.primary.goldfish \
|
|
|
|
vibrator.goldfish \
|
2014-12-21 21:17:45 +01:00
|
|
|
power.goldfish \
|
2015-03-26 18:14:38 +01:00
|
|
|
fingerprint.ranchu \
|
2015-05-28 02:53:11 +02:00
|
|
|
fingerprintd \
|
2014-12-21 21:17:45 +01:00
|
|
|
sensors.ranchu
|
2013-03-08 02:58:32 +01:00
|
|
|
|
2013-03-01 04:19:10 +01:00
|
|
|
PRODUCT_COPY_FILES += \
|
2015-09-15 01:02:43 +02:00
|
|
|
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
2013-03-05 20:07:52 +01:00
|
|
|
device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
|
|
|
|
device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
|
|
|
|
device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
|
2014-10-27 19:53:24 +01:00
|
|
|
device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \
|
|
|
|
device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \
|
|
|
|
device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
|
|
|
|
device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc
|