commit | ad59e75a567f0638bae504543664a57582326a58 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 16 14:29:11 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Nov 17 11:22:04 2017 -0800 |
tree | 6940234b70aa79ece73f363718b5dc7fcd8df3ed | |
parent | 20823f95e6d90d7961b3c97ec57b4bcb2b8a24ab [diff] [blame] |
Add cc_library tests Add tests around reusing objects between static and shared libraries. Test: library_test.go Change-Id: I1a1a01c5ea9f9edfbcaa5b29c39c281630e04f70
diff --git a/Android.bp b/Android.bp index 3badfcd..a69c1ea 100644 --- a/Android.bp +++ b/Android.bp
@@ -158,6 +158,7 @@ ], testSrcs: [ "cc/cc_test.go", + "cc/library_test.go", "cc/test_data_test.go", ], pluginFor: ["soong_build"],