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

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

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