Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2448d0c authored by Tao Bao's avatar Tao Bao
Browse files

Remove the building rules for applypatch_static.

The CL in [1] has stopped building and packaging the obsolete
applypatch_static tool.

[1]: commit a04fca31bf1fadcdf982090c942ccbe4d9b95c71

Bug: 24621915
Change-Id: I5e98951ad7ea5c2a7b351af732fd6722763f59bd
parent ee5c87ee
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -38,19 +38,6 @@ include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)

LOCAL_CLANG := true
LOCAL_SRC_FILES := main.cpp
LOCAL_MODULE := applypatch_static
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := eng
LOCAL_C_INCLUDES += bootable/recovery
LOCAL_STATIC_LIBRARIES += libapplypatch libbase libmtdutils libmincrypt libbz
LOCAL_STATIC_LIBRARIES += libz libcutils libc

include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)

LOCAL_CLANG := true
LOCAL_SRC_FILES := imgdiff.cpp utils.cpp bsdiff.cpp
LOCAL_MODULE := imgdiff