Merge changes Iefd5b12b,I6907880a

* changes:
  Add *_dlkm notice files.
  Change LicenseHtml search path from product_services -> system_ext
This commit is contained in:
Yifan Hong
2020-07-21 19:26:43 +00:00
committed by Gerrit Code Review

View File

@@ -38,7 +38,10 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> {
"/odm/etc/NOTICE.xml.gz",
"/oem/etc/NOTICE.xml.gz",
"/product/etc/NOTICE.xml.gz",
"/product_services/etc/NOTICE.xml.gz"};
"/system_ext/etc/NOTICE.xml.gz",
"/vendor_dlkm/etc/NOTICE.xml.gz",
"/odm_dlkm/etc/NOTICE.xml.gz",
};
static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";
private final Context mContext;