Merge "Drop the device specific support for update host simulator"
am: fc2ad88770
Change-Id: I2d0b32a139ac02952e1c365849b2036d74fad1bf
This commit is contained in:
commit
79e4e39be6
1 changed files with 2 additions and 13 deletions
|
@ -112,8 +112,8 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
|
|||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
||||
# update_host_simulator (static executable)
|
||||
# TODO(xunchang) move to bp file
|
||||
# update_host_simulator (host executable)
|
||||
# ===============================
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
@ -133,21 +133,10 @@ LOCAL_CFLAGS := \
|
|||
LOCAL_STATIC_LIBRARIES := \
|
||||
libupdater_host \
|
||||
libupdater_core \
|
||||
$(TARGET_RECOVERY_UPDATER_HOST_LIBS) \
|
||||
$(TARGET_RECOVERY_UPDATER_HOST_EXTRA_LIBS) \
|
||||
$(updater_common_static_libraries) \
|
||||
libfstab \
|
||||
libc++fs
|
||||
|
||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
||||
inc := $(call local-generated-sources-dir)/register.inc
|
||||
|
||||
$(inc) : libs := $(TARGET_RECOVERY_UPDATER_HOST_LIBS)
|
||||
$(inc) :
|
||||
$(call generate-register-inc,$@,$(libs))
|
||||
|
||||
LOCAL_GENERATED_SOURCES := $(inc)
|
||||
|
||||
inc :=
|
||||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue