Add missing modules to the py3 stdlib

A user noticed that asyncio was missing, so I removed the items that no
longer exist, and added the new directories from python3.

Bug: 148037229
Test: treehugger
Change-Id: Icce472e745aae28be9c0f1f01a24e4ab9bdbef90
diff --git a/Lib/Android.bp b/Lib/Android.bp
index cd43f1d..e744fac 100644
--- a/Lib/Android.bp
+++ b/Lib/Android.bp
@@ -18,13 +18,15 @@
     pkg_path: "stdlib",
     srcs: [
         "*.py",
+        "asyncio/**/*.py",
         "collections/**/*.py",
-        "compiler/**/*.py",
+        "concurrent/**/*.py",
         "ctypes/**/*.py",
         "distutils/**/*.py",
         "email/**/*.py",
         "encodings/**/*.py",
-        "hotshot/**/*.py",
+        "html/**/*.py",
+        "http/**/*.py",
         "importlib/**/*.py",
         "json/**/*.py",
         "logging/**/*.py",
@@ -32,8 +34,10 @@
         "pydoc_data/**/*.py",
         "sqlite3/**/*.py",
         "unittest/**/*.py",
+        "urllib/**/*.py",
         "wsgiref/**/*.py",
         "xml/**/*.py",
+        "xmlrpc/**/*.py",
     ],
     exclude_srcs: [
         "__phello__.foo.py",