Integrate AVDC into AppCompat

BUG: 26638431

Change-Id: I94f5ca63099c1118575ac0b3bf9faabb2a795757
diff --git a/v7/appcompat/build.gradle b/v7/appcompat/build.gradle
index 7687733..98d5f82 100644
--- a/v7/appcompat/build.gradle
+++ b/v7/appcompat/build.gradle
@@ -5,6 +5,8 @@
 dependencies {
     compile project(':support-v4')
     compile project(':support-vector-drawable')
+    compile project(':support-animated-vector-drawable')
+
     androidTestCompile ('com.android.support.test:runner:0.4.1') {
         exclude module: 'support-annotations'
     }