Snap for 10453563 from b28517b7e0f70f1a38543fda628cfef6ecb78192 to mainline-ipsec-release

Change-Id: Ica398a75bbfdc06961d5d90f32bd984ebe448a8f
diff --git a/Android.bp b/Android.bp
index 451b078..acbba46 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,20 +14,3 @@
         "LICENSE.rst",
     ],
 }
-
-python_library {
-    name: "py-markupsafe",
-    host_supported: true,
-    srcs: [
-        "src/markupsafe/__init__.py",
-        "src/markupsafe/_native.py",
-    ],
-    version: {
-        py2: {
-            enabled: true,
-        },
-        py3: {
-            enabled: true,
-        },
-    },
-}
diff --git a/src/Android.bp b/src/Android.bp
new file mode 100644
index 0000000..e03c7ac
--- /dev/null
+++ b/src/Android.bp
@@ -0,0 +1,12 @@
+package {
+    default_applicable_licenses: ["external_python_markupsafe_license"],
+}
+
+python_library {
+    name: "py-markupsafe",
+    host_supported: true,
+    srcs: [
+        "markupsafe/__init__.py",
+        "markupsafe/_native.py",
+    ],
+}