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

Commit 6c0406f7 authored by Yifan Hong's avatar Yifan Hong
Browse files

Add *_dlkm notice files.

Two new partitions are created in Android. New notice files are placed
in these new partitions.

Test: none
Bug: 156020364
Change-Id: Iefd5b12b3bbb449b189ade313157e80f36d99c88
parent a1296697
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -38,7 +38,10 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> {
            "/odm/etc/NOTICE.xml.gz",
            "/oem/etc/NOTICE.xml.gz",
            "/product/etc/NOTICE.xml.gz",
            "/system_ext/etc/NOTICE.xml.gz"};
            "/system_ext/etc/NOTICE.xml.gz",
            "/vendor_dlkm/etc/NOTICE.xml.gz",
            "/odm_dlkm/etc/NOTICE.xml.gz",
    };
    static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private final Context mContext;