Merge "Disable building simulator for mac"

am: f3dd821f76

Change-Id: Iccdde0099a51184fce6f86f9b7ad3f62ce33b36e
This commit is contained in:
Tianjie Xu
2019-05-30 14:08:32 -07:00
committed by android-build-merger
2 changed files with 13 additions and 0 deletions

View File

@@ -81,6 +81,12 @@ cc_library_static {
"updater.cpp",
],
target: {
darwin: {
enabled: false,
},
},
export_include_dirs: [
"include",
],
@@ -131,6 +137,12 @@ cc_library_host_static {
"libfstab",
],
target: {
darwin: {
enabled: false,
},
},
export_include_dirs: [
"include",
],

View File

@@ -118,6 +118,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_MODULE := update_host_simulator
LOCAL_MODULE_HOST_OS := linux
LOCAL_SRC_FILES := \
update_simulator_main.cpp