diff options
| author | Scott James Remnant <keybuk@google.com> | 2015-09-29 12:57:49 -0700 |
|---|---|---|
| committer | Scott James Remnant <keybuk@google.com> | 2015-09-29 12:57:49 -0700 |
| commit | 7599e6cd37cba44d63b3adb278499ced01c81ef0 (patch) | |
| tree | 6bee85f19fc2f748b01a713b0bb873dd076b5f79 | |
| parent | e6fc8e1c01e6b733eee45c97d47b1960d0b64f1c (diff) | |
update_engine: build on non-Linux hosts
BUG=24073089
TEST=mm on Mac host
Change-Id: Ib62bbf48f38be238b73781461b33c301bc08400e
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
