aboutsummaryrefslogtreecommitdiff
path: root/products/AndroidProducts.mk
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-05-12 17:57:21 -0700
committerXavier Ducrohet <xav@android.com>2009-05-12 18:00:44 -0700
commitacd7c6b02a14e8694d0dced56ea37e79707fba1e (patch)
treeb335564ec4df6e38e3be27a68f8069c551228fc6 /products/AndroidProducts.mk
parent9ce778f6517c5846168988c68c78bcbe2bb4b197 (diff)
downloadsample-acd7c6b02a14e8694d0dced56ea37e79707fba1e.tar.gz
Add the PlatformLibrary sample to the new "sample" vendor
This adds the PlatformLibrary samples previously located in development/samples. This also creates all the files required to build an add-on including the optional library provided by PlatformLibrary
Diffstat (limited to 'products/AndroidProducts.mk')
-rw-r--r--products/AndroidProducts.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/products/AndroidProducts.mk b/products/AndroidProducts.mk
new file mode 100644
index 0000000..ead83cd
--- /dev/null
+++ b/products/AndroidProducts.mk
@@ -0,0 +1,13 @@
+#
+# This file should set PRODUCT_MAKEFILES to a list of product makefiles
+# to expose to the build system. LOCAL_DIR will already be set to
+# the directory containing this file.
+#
+# This file may not rely on the value of any variable other than
+# LOCAL_DIR; do not use any conditionals, and do not look up the
+# value of any variable that isn't set in this file or in a file that
+# it includes.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/sample_addon.mk