commit | 24ada062ab4921559d2bd8cd189b2c81a21b9406 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca020400@lineageos.org> | Thu Aug 17 21:43:22 2017 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Fri Sep 27 15:35:44 2019 +0200 |
tree | f9091aa66ddb0609128677aeafd6fc779022900b | |
parent | 8a5dec51c25179387af2acdb54525455549ff52f [diff] |
lineage: Disable vendor restrictions Change-Id: I9bd368f04605df469f02b26dae47e587bccc2e52
diff --git a/config/common.mk b/config/common.mk index 5e7d394..a9d0f41 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -123,6 +123,9 @@ # leave less information available via JDWP. PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true +# Disable vendor restrictions +PRODUCT_RESTRICT_VENDOR_FILES := false + # Bootanimation PRODUCT_PACKAGES += \ bootanimation.zip