summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:56 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:56 -0700
commit81872540236d9bb15cccf963d05b9de48baa5375 (patch)
tree7a86562495d31dc1ace198d1c2907a44d7ef86ca
parentdf980d633fd0bdc0b89af26630f543d91bb87e68 (diff)
downloadbsdiff-ics-plus-aosp.tar.gz
Bug: 5010576 Change-Id: Iff124dd7b79a5b338ddadbcfc0a67d09b151bcae
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 7cef9b8..cde87e8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -32,5 +30,3 @@ LOCAL_MODULE_TAGS := eng
LOCAL_C_INCLUDES += external/bzip2
LOCAL_STATIC_LIBRARIES := libbz
include $(BUILD_HOST_EXECUTABLE)
-
-endif # !TARGET_SIMULATOR