diff options
author | Joe Onorato <joeo@google.com> | 2020-01-17 01:30:02 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2020-02-05 08:29:23 -0800 |
commit | 255ffff56d7c99fb756c20f9f5a6c4ea93504813 (patch) | |
tree | 567088d48df2c3b0e53224300eaec46bb1054884 /cmds/incident | |
parent | 374ba3fcff8c3fa6cd6f8f5b58ddcbdb96584d72 (diff) |
Make libincident into a stable C API.
Test: atest GtsIncidentConfirmationTestCases GtsIncidentManagerTestCases libincident_test
Bug: 144187174
Change-Id: I65b5a13cfb6a57aa56f738e25a76c5ecb8e7a1a8
Diffstat (limited to 'cmds/incident')
-rw-r--r-- | cmds/incident/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incident/Android.bp b/cmds/incident/Android.bp index 9e9dac14c802..94855aa0311f 100644 --- a/cmds/incident/Android.bp +++ b/cmds/incident/Android.bp @@ -26,7 +26,7 @@ cc_binary { "libcutils", "liblog", "libutils", - "libincident", + "libincidentpriv", ], static_libs: [ |