Merge "Add all the internal protos to the java protobuf lib"
am: 3146aa7630

Change-Id: I7e1dc5a7af2c0f3c2f856fdab5a23fd548d1b5b6
diff --git a/Android.bp b/Android.bp
index c909d00..b86f764 100644
--- a/Android.bp
+++ b/Android.bp
@@ -572,12 +572,17 @@
     name: "libprotobuf-java-full",
 
     srcs: [
-        // This contains more source files than needed for the full version, but the
-        // additional files should not create any conflict.
         "java/core/src/main/java/**/*.java",
-        "src/google/protobuf/descriptor.proto",
+        ":libprotobuf-internal-protos",
     ],
 
+    proto: {
+        local_include_dirs: [
+            "src",
+        ],
+        canonical_path_from_root: false,
+    },
+
     java_version: "1.7",
 }