Bromite: Initial import of v101.0.4951.69
Change-Id: I8d5cbe6b55c5973d36f342dd750b3ea513e9224c
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..e44f930
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2022 The LeafOS Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE := BromiteWebView
+LOCAL_MODULE_CLASS := APPS
+LOCAL_SYSTEM_EXT_MODULE := true
+LOCAL_OVERRIDES_PACKAGES := webview
+LOCAL_SRC_FILES := prebuilt/$(TARGET_ARCH)_SystemWebView.apk
+include $(BUILD_PREBUILT)
diff --git a/prebuilt/arm64_SystemWebView.apk b/prebuilt/arm64_SystemWebView.apk
new file mode 100644
index 0000000..f975101
--- /dev/null
+++ b/prebuilt/arm64_SystemWebView.apk
Binary files differ
diff --git a/prebuilt/arm_SystemWebView.apk b/prebuilt/arm_SystemWebView.apk
new file mode 100644
index 0000000..d4d1622
--- /dev/null
+++ b/prebuilt/arm_SystemWebView.apk
Binary files differ
diff --git a/prebuilt/x86_64_SystemWebView.apk b/prebuilt/x86_64_SystemWebView.apk
new file mode 100644
index 0000000..ef8a1f5
--- /dev/null
+++ b/prebuilt/x86_64_SystemWebView.apk
Binary files differ
diff --git a/prebuilt/x86_SystemWebView.apk b/prebuilt/x86_SystemWebView.apk
new file mode 100644
index 0000000..49779f3
--- /dev/null
+++ b/prebuilt/x86_SystemWebView.apk
Binary files differ