Merge "Include NOTICE file in /product partition."
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user