summaryrefslogtreecommitdiff
path: root/cmd/path_interposer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/path_interposer/Android.bp')
-rw-r--r--cmd/path_interposer/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/path_interposer/Android.bp b/cmd/path_interposer/Android.bp
index 41a219f9c..875cd7236 100644
--- a/cmd/path_interposer/Android.bp
+++ b/cmd/path_interposer/Android.bp
@@ -12,6 +12,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: "path_interposer",
deps: ["soong-ui-build-paths"],