Merge "Include NOTICE file in /product partition."

This commit is contained in:
Dario Freni
2018-07-24 10:34:14 +00:00
committed by Android (Google) Code Review

View File

@@ -36,7 +36,8 @@ public 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;