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

Commit 0eded2ae authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Remove the building rules for applypatch_static."

am: fc23a50c

* commit 'fc23a50c':
  Remove the building rules for applypatch_static.
parents cca6ca09 fc23a50c
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