b0569b98d5
Some other projects use LOCAL_APK_LIBRARIES and don't yet work with the new shared library changes. Change-Id: Ibb54bc1b5e3eb1252cf5b4e45249b089d25854ac
13 lines
235 B
Makefile
13 lines
235 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_RES_LIBRARIES := SharedLibrary
|
|
|
|
LOCAL_PACKAGE_NAME := SharedLibraryClient
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
include $(BUILD_PACKAGE)
|