summaryrefslogtreecommitdiff
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 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(findstring omap, $(TARGET_BOARD_PLATFORM)),omap)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -24,3 +25,4 @@ LOCAL_PACKAGE_NAME := sensor.test
LOCAL_PROGUARD_ENABLED := full
include $(BUILD_PACKAGE)
+endif