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

Commit b0569b98 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Use new build var to depend on an APKs resources

Some other projects use LOCAL_APK_LIBRARIES and don't yet
work with the new shared library changes.

Change-Id: Ibb54bc1b5e3eb1252cf5b4e45249b089d25854ac
parent 9a8afb1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_APK_LIBRARIES := SharedLibrary
LOCAL_RES_LIBRARIES := SharedLibrary

LOCAL_PACKAGE_NAME := SharedLibraryClient