Sign in
coral
/
android-core
/
refs/heads/master-soong
/
.
/
libmincrypt
/
test
/
Android.bp
blob: 9d30fa27e67307d45412a3246080339babbf6d7a [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2013 The Android Open Source Project
cc_test_host
{
name
:
"rsa_test"
,
srcs
:
[
"rsa_test.c"
],
static_libs
:
[
"libmincrypt"
],
}
cc_test_host
{
name
:
"ecdsa_test"
,
srcs
:
[
"ecdsa_test.c"
],
static_libs
:
[
"libmincrypt"
],
}