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

Commit 8ff5b735 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by android-build-merger
Browse files

update auto-generated makefiles

am: 998892cc

Change-Id: I55af5e32ddeb15bd8da3f15ae1f80fe112f9e6a7
parents a0968031 998892cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,3 +34,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)


include $(call all-makefiles-under,$(LOCAL_PATH))
+3 −0
Original line number Diff line number Diff line
@@ -176,3 +176,6 @@ $(GEN): $(LOCAL_PATH)/INfcClientCallback.hal
	$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
include $(BUILD_JAVA_LIBRARY)


include $(call all-makefiles-under,$(LOCAL_PATH))
+3 −0
Original line number Diff line number Diff line
@@ -35,3 +35,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)


include $(call all-makefiles-under,$(LOCAL_PATH))
+3 −0
Original line number Diff line number Diff line
@@ -155,3 +155,6 @@ $(GEN): $(LOCAL_PATH)/IBazCallback.hal
	$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
include $(BUILD_JAVA_LIBRARY)


include $(call all-makefiles-under,$(LOCAL_PATH))
+3 −0
Original line number Diff line number Diff line
@@ -62,3 +62,6 @@ $(GEN): $(LOCAL_PATH)/IExpression.hal
	$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
include $(BUILD_JAVA_LIBRARY)


include $(call all-makefiles-under,$(LOCAL_PATH))
Loading