aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt/app/etc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layoutopt/app/etc/Android.mk')
-rw-r--r--layoutopt/app/etc/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/layoutopt/app/etc/Android.mk b/layoutopt/app/etc/Android.mk
new file mode 100644
index 0000000..ae08f9d
--- /dev/null
+++ b/layoutopt/app/etc/Android.mk
@@ -0,0 +1,8 @@
+# Copyright 2009 The Android Open Source Project
+#
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_EXECUTABLES := layoutopt
+include $(BUILD_HOST_PREBUILT)
+