aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-03-21 15:35:02 -0700
committerTor Norbye <tnorbye@google.com>2013-03-22 07:36:03 -0700
commit571ea149b8dc813180040be0ce66571b6ceb2eb5 (patch)
tree9212d64b8d0e9c4755e655990ff9c6fbc44d585d /apps
parent1f1c499db555c5388f91447d48f24d3b19249dc2 (diff)
downloadsdk-571ea149b8dc813180040be0ce66571b6ceb2eb5.zip
sdk-571ea149b8dc813180040be0ce66571b6ceb2eb5.tar.gz
sdk-571ea149b8dc813180040be0ce66571b6ceb2eb5.tar.bz2
Fix project files for DeviceConfig
Also round screen dimensions for Nexus devices to nearest tenth so for the N10 we show 10.1, not 10.0055 Change-Id: I5ef7377e24713dc6e323f5152f8f515b1c12237b
Diffstat (limited to 'apps')
-rw-r--r--apps/DeviceConfig/.classpath12
-rw-r--r--apps/DeviceConfig/README.txt6
2 files changed, 8 insertions, 10 deletions
diff --git a/apps/DeviceConfig/.classpath b/apps/DeviceConfig/.classpath
index 4f8e887..d3bb07b 100644
--- a/apps/DeviceConfig/.classpath
+++ b/apps/DeviceConfig/.classpath
@@ -1,16 +1,8 @@
<?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 kind="lib" path="/home/michaelwr/android-sdks/platforms/android-15/android.jar">
- <attributes>
- <attribute name="javadoc_location" value="file:/home/michaelwr/android-sdks/docs/reference"/>
- </attributes>
- <accessrules>
- <accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
- </accessrules>
- </classpathentry>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/apps/DeviceConfig/README.txt b/apps/DeviceConfig/README.txt
new file mode 100644
index 0000000..bbf0557
--- /dev/null
+++ b/apps/DeviceConfig/README.txt
@@ -0,0 +1,6 @@
+This project can be run on a device to populate some default values
+for a vendor device description (such as the ones found in
+tools/base/files/devices.xml).
+
+Note that some of the values must be edited afterwards, so be sure to
+read the UPDATE_DEVICES.txt file in that directory.