Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b613c39c authored by Dario Freni's avatar Dario Freni Committed by android-build-merger
Browse files

Merge "Include NOTICE from /product and /product_services" am: 17115bdb

am: ccbda287

Change-Id: I9a808e76f8d5432f98dc0b2ad34fc05367c0a936
parents d35c4ea5 ccbda287
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,9 @@ public class LicenseHtmlLoader extends AsyncLoader<File> {
            "/system/etc/NOTICE.xml.gz",
            "/vendor/etc/NOTICE.xml.gz",
            "/odm/etc/NOTICE.xml.gz",
            "/oem/etc/NOTICE.xml.gz"};
            "/oem/etc/NOTICE.xml.gz",
            "/product/etc/NOTICE.xml.gz",
            "/product_services/etc/NOTICE.xml.gz"};
    private static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private Context mContext;