1filegroup { 2 name: "BluetoothCryptoToolboxSources", 3 srcs: [ 4 "aes.cc", 5 "aes_cmac.cc", 6 "crypto_toolbox.cc", 7 ] 8} 9 10filegroup { 11 name: "BluetoothCryptoToolboxTestSources", 12 srcs: [ 13 "crypto_toolbox_test.cc", 14 ] 15}