summaryrefslogtreecommitdiffstats
path: root/target/product/embedded.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2012-10-18 10:17:47 -0700
committerMike Lockwood <lockwood@google.com>2012-10-25 15:28:37 -0700
commitdaf5e22dbac03e174e22c8209ed97c44c3a2a2c9 (patch)
tree8f9ea165c7e922ae8e0de2a0417827f1145fc09d /target/product/embedded.mk
parentcee5107cf6a2ba53a729e7eedc7c9c91bd27aa1b (diff)
downloadbuild-daf5e22dbac03e174e22c8209ed97c44c3a2a2c9.zip
build-daf5e22dbac03e174e22c8209ed97c44c3a2a2c9.tar.gz
build-daf5e22dbac03e174e22c8209ed97c44c3a2a2c9.tar.bz2
Add new embedded target for a super minimal android build
Remove obsolete BUILD_TINY_ANDROID Change-Id: Ic0f3a5b3250ea80529f5099653068f118a13b12e
Diffstat (limited to 'target/product/embedded.mk')
-rw-r--r--target/product/embedded.mk77
1 files changed, 77 insertions, 0 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
new file mode 100644
index 0000000..7f681b1
--- /dev/null
+++ b/target/product/embedded.mk
@@ -0,0 +1,77 @@
+#
+# Copyright (C) 2009 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 is a build configuration for a very minimal build of the
+# Open-Source part of the tree.
+
+PRODUCT_PACKAGES += \
+ adb \
+ adbd \
+ bootanimation \
+ debuggerd \
+ dumpstate \
+ dumpsys \
+ gralloc.default \
+ gzip \
+ init \
+ input \
+ libEGL \
+ libETC1 \
+ libFFTEm \
+ libGLES_android \
+ libGLESv1_CM \
+ libGLESv2 \
+ libbinder \
+ libc \
+ libctest \
+ libcutils \
+ libdl \
+ libgui \
+ libhardware \
+ libhardware_legacy \
+ libjpeg \
+ liblog \
+ libm \
+ libpixelflinger \
+ libpower \
+ libstdc++ \
+ libstlport \
+ libsurfaceflinger \
+ libsurfaceflinger_client \
+ libsurfaceflinger_ddmconnection \
+ libsysutils \
+ libthread_db \
+ libui \
+ libutils \
+ linker \
+ logcat \
+ logwrapper \
+ service \
+ servicemanager \
+ surfaceflinger \
+ toolbox
+
+# SELinux packages
+PRODUCT_PACKAGES += \
+ sepolicy \
+ file_contexts \
+ seapp_contexts \
+ property_contexts \
+ mac_permissions.xml
+
+PRODUCT_COPY_FILES += \
+ system/core/rootdir/init.usb.rc:root/init.usb.rc \
+ system/core/rootdir/init.trace.rc:root/init.trace.rc \