aboutsummaryrefslogtreecommitdiff
path: root/test/Android.bp
blob: 0cd398ea966d156332ac824282584b429ddf89ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2013 The Android Open Source Project

cc_test_host {
    name: "constrainedcrypto_rsa_test",
    srcs: ["rsa_test.c"],
    static_libs: ["libconstrainedcrypto"],
}

cc_test_host {
    name: "constrainedcrypto_ecdsa_test",
    srcs: ["ecdsa_test.c"],
    static_libs: ["libconstrainedcrypto"],
}