Bumping manifests a=b2g-bump
[gecko.git] / build / mobile / sutagent / android / Makefile.in
blob5dc76b877611ce41619c3f358c72077b3057b974
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ANDROID_APK_NAME := sutAgentAndroid
7 JAVAFILES = \
8 AlertLooperThread.java \
9 ASMozStub.java \
10 CmdWorkerThread.java \
11 DataWorkerThread.java \
12 DoAlert.java \
13 DoCommand.java \
14 FindProcThread.java \
15 Power.java \
16 RedirOutputThread.java \
17 RunCmdThread.java \
18 RunDataThread.java \
19 SUTAgentAndroid.java \
20 WifiConfiguration.java \
21 $(NULL)
23 ANDROID_EXTRA_JARS = \
24 $(srcdir)/network-libs/commons-net-2.0.jar \
25 $(srcdir)/network-libs/jmdns.jar \
26 $(NULL)
28 include $(topsrcdir)/config/rules.mk
30 tools:: $(ANDROID_APK_NAME).apk