OSDN Git Service

Android.mk: simplify the rules by calling build-third-party-package
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 10 Dec 2009 03:18:24 +0000 (11:18 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 10 Dec 2009 03:18:24 +0000 (11:18 +0800)
Android.mk

index bb53999..439763e 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE_TAGS := user
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_PACKAGE_NAME := ConnectBot
-
-include $(BUILD_PACKAGE)
-
-# Use the following include to make our test apk.
-include $(call all-makefiles-under,$(LOCAL_PATH))
+$(call build-third-party-package)