diff --git a/tools/rbcrun/Android.bp b/tools/rbcrun/Android.bp index b5f71552a4..90173ac193 100644 --- a/tools/rbcrun/Android.bp +++ b/tools/rbcrun/Android.bp @@ -13,6 +13,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + blueprint_go_binary { name: "rbcrun", srcs: ["cmd/rbcrun.go"],