commit | d8bad8e7bae0dc6924414e4572eb83703fe6884f | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Mar 26 13:46:08 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Apr 01 13:09:16 2020 -0700 |
tree | 9482380b3c6a276fe77664d74d077da04f96eb8f | |
parent | 1719fe5190f36e64b30bbc160f3c6f592a0dfdae [diff] [blame] |
adb: fix misindentation in Android.bp Bug: https://issuetracker.google.com/150827486 Test: none Change-Id: I4299bd962963a58ef5f075405b99b1d1e4c1febc
diff --git a/Android.bp b/Android.bp index a557090..12d9a14 100644 --- a/Android.bp +++ b/Android.bp
@@ -317,8 +317,8 @@ static_libs: [ "libadb_crypto", "libadb_host", - "libadb_pairing_auth", - "libadb_pairing_connection", + "libadb_pairing_auth", + "libadb_pairing_connection", "libadb_protos", "libadb_tls_connection", "libandroidfw",