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

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

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

* commit '827d00f2':
  More LOCAL_ADDITIONAL_DEPENDENCIES.
parents 662d8a36 827d00f2
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)