14a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate# Copyright 2011 The Android Open Source Project
24a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate#
34a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_PATH:= $(call my-dir)
44a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tateinclude $(CLEAR_VARS)
54a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
64a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_SRC_FILES := $(call all-subdir-java-files)
74a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_MODULE := bu
84a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_MODULE_TAGS := optional
94a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tateinclude $(BUILD_JAVA_LIBRARY)
104a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
114a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tateinclude $(CLEAR_VARS)
124a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_MODULE := bu
134a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_SRC_FILES := bu
144a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_MODULE_CLASS := EXECUTABLES
154a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher TateLOCAL_MODULE_TAGS := optional
164a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tateinclude $(BUILD_PREBUILT)
174a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
184a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
19