summaryrefslogtreecommitdiff
path: root/alloc-stress
diff options
context:
space:
mode:
Diffstat (limited to 'alloc-stress')
-rw-r--r--alloc-stress/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/alloc-stress/Android.bp b/alloc-stress/Android.bp
index 30ccbdb6..4d74841a 100644
--- a/alloc-stress/Android.bp
+++ b/alloc-stress/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "alloc-stress",
srcs: ["alloc-stress.cpp"],