From d560caa938c93ff172d7a865ee1ec1fecc5b011f Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 5 Mar 2017 23:35:03 -0800 Subject: [PATCH] Add more android lib references so sdk module makers can use them in monkey source files and not make instructions to manually add them to build folders. --- targets/android/template/templates/project.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/targets/android/template/templates/project.properties b/targets/android/template/templates/project.properties index a029a703..ab6b08e9 100644 --- a/targets/android/template/templates/project.properties +++ b/targets/android/template/templates/project.properties @@ -11,3 +11,11 @@ target=android-24 ${ANDROID_LIBRARY_REFERENCE_1} ${ANDROID_LIBRARY_REFERENCE_2} +${ANDROID_LIBRARY_REFERENCE_3} +${ANDROID_LIBRARY_REFERENCE_4} +${ANDROID_LIBRARY_REFERENCE_5} +${ANDROID_LIBRARY_REFERENCE_6} +${ANDROID_LIBRARY_REFERENCE_7} +${ANDROID_LIBRARY_REFERENCE_8} +${ANDROID_LIBRARY_REFERENCE_9} +${ANDROID_LIBRARY_REFERENCE_10}