1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5sh_test { 6 name: "sts-rootcanal-sidebins", 7 src: "empty.sh", 8 test_suites: [ 9 "sts", 10 "sts-lite", 11 ], 12 data_bins: [ 13 "android.hardware.bluetooth@1.1-service.sim", 14 "android.hardware.bluetooth@1.1-impl-sim" 15 ], 16 data: ["android.hardware.bluetooth@1.1-service.sim.rc"], 17} 18