Add Mock OEMCrypto Stub

I added a Mock OEMCrypto implementation with stubs only.

I corrected the "extern C" location in OEMCrypto.h. (Thanks, Jerry!)

I added some Android.mk files that allows us to compile and
run a few simple unit tests.

Unit Test 1: The library compiles. (passes)
Unit Test 2: The test program links and runs. (passes)

Change-Id: Ib4c9554553de49645b5841b0bae889728cbfc8b1
This commit is contained in:
Fred Gylys-Colwell
2012-11-27 18:33:11 -08:00
parent 27bb877763
commit 684eb227d4
7 changed files with 862 additions and 8 deletions

View File

@@ -0,0 +1 @@
include $(call all-subdir-makefiles)