Index: build/android/apks/README.chromium |
diff --git a/build/android/apks/README.chromium b/build/android/apks/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a70e275812d605e8ccb98bc9d221a151e538957b |
--- /dev/null |
+++ b/build/android/apks/README.chromium |
@@ -0,0 +1,23 @@ |
+Name: WifiUtil apk |
perezju
2015/06/18 09:53:33
maybe call this "Android APKs", so in the future w
jbudorick
2015/06/18 14:21:47
I don't think we want this in build/android/. I th
navabi
2015/06/18 16:52:34
So for android_tools we've created and maintain a
|
+Security Critical: no |
+Owneres: navabi, jbudorick, perezju |
+ |
+Description: |
+This directory contains APK used by test devices to connect to wifi. |
+ |
+WifiUtil: |
+Owner: navabi |
+Origin: https://source.android.com/devices/tech/test_infra/tradefed/ |
+Version: From the revision bdfc46aa14b33f907f60202604c3667940c5c97a |
+ with cherry-pick e9d4e8bab7fbb696d5f1b8115da35a2ee887bf6c |
perezju
2015/06/18 09:53:33
was this something we built ourselves? we should p
|
+Description: |
+ This is used to enable wifi on a device, connect to a specific network, etc. |
+ WifiUtil is part of Android's open source Trade Federation. |
+Upgrade instructions: |
+ - Checkout tradefed following these instructions: |
+ https://source.android.com/devices/tech/test_infra/tradefed/fundamentals/ |
+ machine_setup.html |
perezju
2015/06/18 09:53:33
To save us a few clicks, maybe also add here the f
|
+ - Extract WifiUtil.apk from prebuilt tradefed.jar: |
+ jar xf prebuilts/misc/common/tradefed/tradefed-prebuilt.jar \ |
+ apks/wifiutil/WifiUtil.apk |
+ - overwrite WifiUtil.apk with the file extracted from the jar |