Fix broken build for git_master/apps
am: b14f749b7a

Change-Id: I8c86cb15591a9afecee34beb4b03d5de19f1c645
diff --git a/Android.bp b/Android.bp
index 6260eca..6e06f00 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,10 +24,6 @@
         "bouncycastle",
         "okhttp",
     ],
-    //local_sourcepaths: [
-    //    "src",
-    //    "android",
-    //],
     custom_template: "droiddoc-templates-sdk",
     api_tag_name: "APACHE_HTTP",
     api_filename: "apache-http-api.txt",
@@ -80,5 +76,13 @@
     srcs: [
         ":apache-http-stubs-gen-docs",
     ],
+    product_variables: {
+        pdk: {
+            enabled: false,
+        },
+        unbundled_build: {
+            enabled: false,
+        },
+    },
     sdk_version: "21",
 }