summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
-rw-r--r--build/Android.bp4
-rw-r--r--tools/Android.bp6
3 files changed, 0 insertions, 14 deletions
diff --git a/Android.mk b/Android.mk
index 5a236ce3c0..7ce7ed8b03 100644
--- a/Android.mk
+++ b/Android.mk
@@ -413,7 +413,6 @@ include $(BUILD_PHONY_PACKAGE)
# The art-tools package depends on helpers and tools that are useful for developers. Similar
# dependencies exist for the APEX builds for these tools (see build/apex/Android.bp).
-ifneq ($(HOST_OS),darwin)
include $(CLEAR_VARS)
LOCAL_MODULE := art-tools
LOCAL_IS_HOST_MODULE := true
@@ -434,7 +433,6 @@ LOCAL_REQUIRED_MODULES += \
endif
include $(BUILD_PHONY_PACKAGE)
-endif # HOST_OS != darwin
####################################################################################################
# Fake packages to ensure generation of libopenjdkd when one builds with mm/mmm/mmma.
@@ -447,7 +445,6 @@ endif # HOST_OS != darwin
# 64-bit systems, even if it is the default.
# ART on the host.
-ifneq ($(HOST_OS),darwin)
ifeq ($(ART_BUILD_HOST_DEBUG),true)
include $(CLEAR_VARS)
LOCAL_MODULE := art-libartd-libopenjdkd-host-dependency
@@ -456,7 +453,6 @@ LOCAL_REQUIRED_MODULES := libopenjdkd
LOCAL_IS_HOST_MODULE := true
include $(BUILD_PHONY_PACKAGE)
endif
-endif # HOST_OS != darwin
# ART on the target.
ifeq ($(ART_BUILD_TARGET_DEBUG),true)
diff --git a/build/Android.bp b/build/Android.bp
index 8d8b7e9629..6ac0f5b12f 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -266,10 +266,6 @@ java_library {
hostdex: {
required: ["libjavacrypto"],
},
- darwin: {
- // required module "libjavacrypto" is disabled on darwin
- enabled: false,
- },
},
}
diff --git a/tools/Android.bp b/tools/Android.bp
index 042eb199d7..e9badc4a14 100644
--- a/tools/Android.bp
+++ b/tools/Android.bp
@@ -47,9 +47,6 @@ sh_binary {
"dex2oat",
],
},
- darwin: {
- enabled: false,
- },
},
}
@@ -69,8 +66,5 @@ sh_binary {
"dex2oat",
],
},
- darwin: {
- enabled: false,
- },
},
}