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

Commit e9d83796 authored by Dario Freni's avatar Dario Freni
Browse files

Include NOTICE file in /product partition.

Test: flashed on a device with /product partition and verified licences
are correctly loaded
Bug: 111179267

Change-Id: I2667029128a56baefbec376b0ec4e4ecdb3c3ad4
Merged-In: I12e9169b1d3d313a6c5da0d575a6526327268381
parent 23482a54
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ 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"};
    private static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private Context mContext;