Change LicenseHtml search path from product_services -> system_ext
product_services partition is not used anymore, its name is changed to system_ext, so following this, change path in LicenseHtml Test: m Bug: 134359158 Change-Id: I6907880ab8af456358fb3420b74dcd3e409b41f3
This commit is contained in:
@@ -38,7 +38,7 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> {
|
|||||||
"/odm/etc/NOTICE.xml.gz",
|
"/odm/etc/NOTICE.xml.gz",
|
||||||
"/oem/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"};
|
"/system_ext/etc/NOTICE.xml.gz"};
|
||||||
static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";
|
static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";
|
||||||
|
|
||||||
private final Context mContext;
|
private final Context mContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user