16 lines
398 B
Makefile
16 lines
398 B
Makefile
# Copyright 2007 The Android Open Source Project
|
|
#
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
LOCAL_JAVA_LIBRARIES := \
|
|
androidprefs \
|
|
swt \
|
|
org.eclipse.jface_3.2.0.I20060605-1400 \
|
|
org.eclipse.equinox.common_3.2.0.v20060603 \
|
|
org.eclipse.core.commands_3.2.0.I20060605-1400
|
|
LOCAL_MODULE := sdkstats
|
|
|
|
include $(BUILD_HOST_JAVA_LIBRARY)
|