From a5be8689ef992563d82ffbd38f2c3585c669997f Mon Sep 17 00:00:00 2001 From: Martin Brabham Date: Fri, 18 Oct 2019 13:59:24 -0700 Subject: [PATCH] Update file group names Bug: N/A Test: builds Change-Id: Ie33178a3397343d0a80959a9e39f2f4ba03d5734 --- gd/Android.bp | 4 ++-- gd/security/Android.bp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gd/Android.bp b/gd/Android.bp index fff9c52f9..d5740c63c 100644 --- a/gd/Android.bp +++ b/gd/Android.bp @@ -112,7 +112,7 @@ cc_library { ":BluetoothNeighborSources", ":BluetoothPacketSources", ":BluetoothShimSources", - ":BluetoothSmpSources", + ":BluetoothSecuritySources", ], generated_headers: [ "BluetoothGeneratedPackets_h", @@ -249,7 +249,7 @@ cc_test { ":BluetoothL2capTestSources", ":BluetoothNeighborTestSources", ":BluetoothPacketTestSources", - ":BluetoothSmpTestSources", + ":BluetoothSecurityTestSources", ], generated_headers: [ "BluetoothGeneratedPackets_h", diff --git a/gd/security/Android.bp b/gd/security/Android.bp index e92b01608..ee682b4f8 100644 --- a/gd/security/Android.bp +++ b/gd/security/Android.bp @@ -1,5 +1,5 @@ filegroup { - name: "BluetoothSmpSources", + name: "BluetoothSecuritySources", srcs: [ "ecc/multprecision.cc", "ecc/p_256_ecc_pp.cc", @@ -12,11 +12,11 @@ filegroup { } filegroup { - name: "BluetoothSmpTestSources", + name: "BluetoothSecurityTestSources", srcs: [ "ecc/multipoint_test.cc", "pairing_handler_le_unittest.cc", "test/fake_l2cap_test.cc", "test/pairing_handler_le_pair_test.cc", ] -} \ No newline at end of file +} -- 2.11.0