summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/Android.mk
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2009-09-11 18:34:28 +0800
committerHung-ying Tyan <tyanh@google.com>2009-09-11 19:30:13 +0800
commitb2de5bd4dafa0c8a494a654210298d2be8bb04f8 (patch)
treebee0f90ddf3b16babca025dd93676509b93aeff6 /cmds/keystore/Android.mk
parent63a85fc420537d6bf2b8717d35c578806056b9e7 (diff)
downloadframeworks_native-b2de5bd4dafa0c8a494a654210298d2be8bb04f8.zip
frameworks_native-b2de5bd4dafa0c8a494a654210298d2be8bb04f8.tar.gz
frameworks_native-b2de5bd4dafa0c8a494a654210298d2be8bb04f8.tar.bz2
Add tests and misc fixes on keystore.
* Refactor netkeystore.c to make client and server code testable. * Add a client test for setting new passwd and changing passwd. * Exclude "." and ".." from reset_keystore(). * Change ServerCommand.executeCommand() to accept variable length of arguments and add convert() to marshalling the args to bytes. * Keystore.java is revised accordingly.
Diffstat (limited to 'cmds/keystore/Android.mk')
-rw-r--r--cmds/keystore/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/keystore/Android.mk b/cmds/keystore/Android.mk
index 3daf44e..8804636 100644
--- a/cmds/keystore/Android.mk
+++ b/cmds/keystore/Android.mk
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- netkeystore.c keymgmt.c
+ netkeystore.c netkeystore_main.c keymgmt.c
LOCAL_C_INCLUDES := \
$(call include-path-for, system-core)/cutils \