diff options
Diffstat (limited to 'v17/leanback/.classpath')
| -rw-r--r-- | v17/leanback/.classpath | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/v17/leanback/.classpath b/v17/leanback/.classpath index 7bc01d9a9c..f568681311 100644 --- a/v17/leanback/.classpath +++ b/v17/leanback/.classpath @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="api21"/> + <classpathentry kind="src" path="api23"/> + <classpathentry kind="src" path="jbmr2"/> + <classpathentry kind="src" path="common"/> + <classpathentry kind="src" path="kitkat"/> + <classpathentry kind="src" path="gen"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |
