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

Commit a4982eb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use LOCAL_ADDITIONAL_DEPENDENCIES instead of build system internals"

parents cfc68b66 0b81f972
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -64,10 +64,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android_uiautomator
LOCAL_JAVA_LIBRARIES := $(uiautomator.core_java_libraries)
LOCAL_SOURCE_FILES_ALL_GENERATED := true
include $(BUILD_STATIC_JAVA_LIBRARY)
# Make sure to run droiddoc first to generate the stub source files.
$(full_classes_compiled_jar) : $(uiautomator_stubs_stamp)
$(built_dex_intermediate) : $(uiautomator_stubs_stamp)
LOCAL_ADDITIONAL_DEPENDENCIES := $(uiautomator_stubs_stamp)
include $(BUILD_STATIC_JAVA_LIBRARY)

###############################################
# API check