Merge 4388c83795725324209ca7b0b366b59df948ba82 on remote branch

Change-Id: Ie97a352061d701697f19a6ed1d922603ac2a08f0
diff --git a/Android.mk b/Android.mk
index 7defd48..29f7757 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(TARGET_HAS_LOW_RAM),true)
+
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -32,3 +34,5 @@
 
 # Use the folloing include to make our test apk.
 #include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif
\ No newline at end of file