SettingsLib: Update Android.mk to include test package makefile.

Change-Id: I9d6574ef059872e449abfe47f16f80143bb86aec
Fixes: 31327402
Test: verified that test appears after running 'make continuous_instrumentation_tests dist'
This commit is contained in:
Sudheer Shanka
2016-09-07 18:35:02 -07:00
parent 9af92f3cca
commit dca26812d1

View File

@@ -19,3 +19,6 @@ LOCAL_JAR_EXCLUDE_FILES := none
LOCAL_SRC_FILES := $(call all-java-files-under, src)
include $(BUILD_STATIC_JAVA_LIBRARY)
# For the test package.
include $(call all-makefiles-under, $(LOCAL_PATH))