Merge changes Iefd5b12b,I6907880a am: b888b08ffe am: 27560823fc am: 0822a0161b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1365959 Change-Id: I75ee81be981ab5a3f251cf7c202c124606c56c12
This commit is contained in:
@@ -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",
|
||||
"/system_ext/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;
|
||||
|
||||
Reference in New Issue
Block a user