Merge "Include NOTICE file in /product partition."

This commit is contained in:
Treehugger Robot
2018-07-24 10:35:44 +00:00
committed by Gerrit Code Review

View File

@@ -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;