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

Commit 8440d2a2 authored by Dario Freni's avatar Dario Freni
Browse files

Include NOTICE file from /product_services.

Bug: 111179267
Test: verified on a device with a module installed on /product_services.
Change-Id: Ic4bab3dc33062a7d5b4b5cd883c22602ff822e45
parent 0886e909
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> {
            "/vendor/etc/NOTICE.xml.gz",
            "/odm/etc/NOTICE.xml.gz",
            "/oem/etc/NOTICE.xml.gz",
            "/product/etc/NOTICE.xml.gz"};
            "/product/etc/NOTICE.xml.gz",
            "/product_services/etc/NOTICE.xml.gz"};
    static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private final Context mContext;