aboutsummaryrefslogtreecommitdiff
path: root/deodexerant/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'deodexerant/Android.bp')
-rw-r--r--deodexerant/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/deodexerant/Android.bp b/deodexerant/Android.bp
index 48d6fe29..a1cd1b47 100644
--- a/deodexerant/Android.bp
+++ b/deodexerant/Android.bp
@@ -27,6 +27,15 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_smali_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_smali_license"],
+}
+
cc_binary {
name: "deodexerant",