aboutsummaryrefslogtreecommitdiffstats
path: root/androidprefs/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'androidprefs/Android.mk')
-rw-r--r--androidprefs/Android.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/androidprefs/Android.mk b/androidprefs/Android.mk
index 363b085..08fd10d 100644
--- a/androidprefs/Android.mk
+++ b/androidprefs/Android.mk
@@ -13,5 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-JARUTILS_LOCAL_DIR := $(call my-dir)
-include $(JARUTILS_LOCAL_DIR)/src/Android.mk
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_JAVA_RESOURCE_DIRS := src
+
+LOCAL_MODULE := androidprefs
+
+include $(BUILD_HOST_JAVA_LIBRARY)
+