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

Commit b2e8c9a1 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: I5b88fd1c311011300e7db0f010a64150993ba52d
parent 0f18470e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ 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"};
    private static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private Context mContext;