summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorXia Wang <xiaw@google.com>2014-03-28 17:20:53 -0700
committerXia Wang <xiaw@google.com>2014-04-01 17:45:58 -0700
commit340bda7154194d64a719fb5c86a702a4e5773be0 (patch)
treef948964b6b74d83f940d82d3d1425bb303c064e5 /tests/Android.mk
parent3a9b49f975df7c53e86dd795e21f904442c22a4a (diff)
downloadpackages_apps_Settings-340bda7154194d64a719fb5c86a702a4e5773be0.tar.gz
packages_apps_Settings-340bda7154194d64a719fb5c86a702a4e5773be0.tar.bz2
packages_apps_Settings-340bda7154194d64a719fb5c86a702a4e5773be0.zip
Add legacy VPN test framework and test cases
- VpnProfileParser can parse VPN profiles from an xml file - CertInstallerHelper installs keys and certificates to keystore - VpnTests includes all test cases Change-Id: Ib5ce33e770ee4f82bea153f9b5c5cf3802f95b0c
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index f54aeee1c..bb31539d4 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_CERTIFICATE := platform
-LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)