Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-ConnectBot: 提交

packages/apps/ConnectBot


Commit MetaInfo

修訂d7f9f30afc54d05bd37d1df7df4e0b7b4b77732c (tree)
時間2009-12-10 12:18:24
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Android.mk: simplify the rules by calling build-third-party-package

Change Summary

差異

--- a/Android.mk
+++ b/Android.mk
@@ -12,16 +12,4 @@
1212 # See the License for the specific language governing permissions and
1313 # limitations under the License.
1414
15-LOCAL_PATH:= $(call my-dir)
16-include $(CLEAR_VARS)
17-
18-LOCAL_MODULE_TAGS := user
19-
20-LOCAL_SRC_FILES := $(call all-java-files-under, src)
21-
22-LOCAL_PACKAGE_NAME := ConnectBot
23-
24-include $(BUILD_PACKAGE)
25-
26-# Use the following include to make our test apk.
27-include $(call all-makefiles-under,$(LOCAL_PATH))
15+$(call build-third-party-package)
Show on old repository browser