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

Commit 827d00f2 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 3d23d557: am 7f2bc6c7: Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."

* commit '3d23d557':
  More LOCAL_ADDITIONAL_DEPENDENCIES.
parents 13078e15 3d23d557
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ hostSources := \
# =====================================================

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

LOCAL_SRC_FILES:= $(hostSources)

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

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

LOCAL_SRC_FILES:= $(deviceSources)