summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2013-11-21 08:53:45 -0600
committerVishal Mahaveer2013-11-21 08:54:40 -0600
commit46455f25e009edd88795f0adbdc96c8b65343905 (patch)
treea40d38df8d1655769a7f31b4bf7f8da860f3564b
parentca99e510fdc0e704f9f0d1d9a6b29f9530c99def (diff)
downloaddevice-ti-common-open-46455f25e009edd88795f0adbdc96c8b65343905.tar.gz
device-ti-common-open-46455f25e009edd88795f0adbdc96c8b65343905.tar.xz
device-ti-common-open-46455f25e009edd88795f0adbdc96c8b65343905.zip
sensor_test_app: limit this app only for omap targets
Build this app only for OMAP platforms. Change-Id: I457b7e1d11432110ff36e6f747b07ecedbcde788 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-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