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

Commit 3d23d557 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 7f2bc6c7: Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."

* commit '7f2bc6c7':
  More LOCAL_ADDITIONAL_DEPENDENCIES.
parents 9be7db6e 7f2bc6c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ hostSources := \
# =====================================================

include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

LOCAL_SRC_FILES:= $(hostSources)

@@ -62,6 +63,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# =====================================================

include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

LOCAL_SRC_FILES:= $(deviceSources)