summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sensor_test_app/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sensor_test_app/Android.mk b/sensor_test_app/Android.mk
index 95d9180..a50e286 100644
--- a/sensor_test_app/Android.mk
+++ b/sensor_test_app/Android.mk
@@ -12,6 +12,7 @@
12# See the License for the specific language governing permissions and 12# See the License for the specific language governing permissions and
13# limitations under the License. 13# limitations under the License.
14 14
15ifeq ($(findstring omap, $(TARGET_BOARD_PLATFORM)),omap)
15LOCAL_PATH:= $(call my-dir) 16LOCAL_PATH:= $(call my-dir)
16include $(CLEAR_VARS) 17include $(CLEAR_VARS)
17 18
@@ -24,3 +25,4 @@ LOCAL_PACKAGE_NAME := sensor.test
24LOCAL_PROGUARD_ENABLED := full 25LOCAL_PROGUARD_ENABLED := full
25 26
26include $(BUILD_PACKAGE) 27include $(BUILD_PACKAGE)
28endif