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

Commit aa2ec5f2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Include NOTICE file in /product partition."

parents 692f989b e9d83796
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;