diff options
| author | Joey Hewitt <joey@joeyhewitt.com> | 2017-09-03 19:06:30 -0700 |
|---|---|---|
| committer | Joey Hewitt <joey@joeyhewitt.com> | 2017-09-03 19:06:30 -0700 |
| commit | bcbbaefd41edb060f970d2bd050ff24487cb42c1 (patch) | |
| tree | cf79000c7d34317eead5cd995efc242cebdb0547 | |
| parent | 7b488360acfbea2cec3b4cf9b779784a321712b6 (diff) | |
| download | frameworks_opt_telephony_ril_ofono-bcbbaefd41edb060f970d2bd050ff24487cb42c1.tar.gz frameworks_opt_telephony_ril_ofono-bcbbaefd41edb060f970d2bd050ff24487cb42c1.tar.bz2 frameworks_opt_telephony_ril_ofono-bcbbaefd41edb060f970d2bd050ff24487cb42c1.zip | |
exclude dbus test classes from build
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ LOCAL_PATH := $(call my-dir) # Build third-party libraries (separately so we can ignore warnings) include $(CLEAR_VARS) LOCAL_MODULE := RilOfono.3rdparty - LOCAL_SRC_FILES := $(call all-java-files-under,lib/java/dbus) \ + LOCAL_SRC_FILES := $(call find-subdir-files,lib/java/dbus -path lib/java/dbus/org/freedesktop/dbus/test -prune -o \( -name "*.java" -print \)) \ $(call all-java-files-under,lib/java/debug) \ $(call all-java-files-under,lib/java/ofono) include $(BUILD_STATIC_JAVA_LIBRARY) |
