summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@google.com>2015-09-29 12:57:49 -0700
committerScott James Remnant <keybuk@google.com>2015-09-29 12:57:49 -0700
commit7599e6cd37cba44d63b3adb278499ced01c81ef0 (patch)
tree6bee85f19fc2f748b01a713b0bb873dd076b5f79
parente6fc8e1c01e6b733eee45c97d47b1960d0b64f1c (diff)
update_engine: build on non-Linux hosts
BUG=24073089 TEST=mm on Mac host Change-Id: Ib62bbf48f38be238b73781461b33c301bc08400e
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index be8b7917..c12fc16a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,8 +14,6 @@
# limitations under the License.
#
-ifeq ($(HOST_OS),linux)
-
LOCAL_PATH := $(my-dir)
# Definitions applying to all targets. $(eval) this last.
@@ -329,5 +327,3 @@ LOCAL_MODULE_STEM := update-payload-key.pub.pem
LOCAL_SRC_FILES := update_payload_key/brillo-update-payload-key.pub.pem
LOCAL_BUILT_MODULE_STEM := update_payload_key/brillo-update-payload-key.pub.pem
include $(BUILD_PREBUILT)
-
-endif # HOST_OS == linux