aboutsummaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-09-09 16:52:23 -0700
committerXavier Ducrohet <xav@android.com>2009-09-14 15:51:12 -0700
commitd2e03b2d51dea646eeb91917cb471b58c307c2ae (patch)
tree9612450aba1b102166915cdc48917e65fd693ec4 /products
parent2c4237dbf094b04b5ebb34418cbec18ad1826053 (diff)
downloadsample-d2e03b2d51dea646eeb91917cb471b58c307c2ae.tar.gz
Added a skin sample to the sample vendor project.
Change-Id: I2b2bfe2a7426dfcb4644255edde0d6bd24f8de81
Diffstat (limited to 'products')
-rw-r--r--products/sample_addon.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/products/sample_addon.mk b/products/sample_addon.mk
index ebf6cc7..4c5b2b4 100644
--- a/products/sample_addon.mk
+++ b/products/sample_addon.mk
@@ -14,13 +14,14 @@ PRODUCT_SDK_ADDON_NAME := platform_library
# Copy the manifest and hardware files for the SDK add-on.
# The content of those files is manually created for now.
PRODUCT_SDK_ADDON_COPY_FILES := \
+ vendor/sample/sdk_addon/manifest.ini:manifest.ini \
vendor/sample/sdk_addon/hardware.ini:hardware.ini \
- vendor/sample/sdk_addon/manifest.ini:manifest.ini
+ $(call find-copy-subdir-files,*,vendor/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
# Add this to PRODUCT_SDK_ADDON_COPY_FILES to copy the files for an
# emulator skin (or for samples)
-# $(call find-copy-subdir-files,*,development/emulator/skins/HVGA,skins/HVGA)
+#$(call find-copy-subdir-files,*,vendor/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
# Copy the jar files for the optional libraries that are exposed as APIs.
PRODUCT_SDK_ADDON_COPY_MODULES := \