diff options
author | Xavier Ducrohet <xav@android.com> | 2010-12-14 14:58:59 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-12-14 14:58:59 -0800 |
commit | ec31a7f119608b94ea1bb41275811027a360bf30 (patch) | |
tree | 9e9d175cbbd71b6bf142806f82268680a1bc2176 /tests/HwAccelerationTest/.project | |
parent | d9c64369cf9be6568af2d79c35fb470cc261730d (diff) | |
download | frameworks_base-ec31a7f119608b94ea1bb41275811027a360bf30.zip frameworks_base-ec31a7f119608b94ea1bb41275811027a360bf30.tar.gz frameworks_base-ec31a7f119608b94ea1bb41275811027a360bf30.tar.bz2 |
Create some layout files for HwAccelerationTest
The goal is use the app to test layout lib, so layout
files are needed, and custom views must be instantiable
(ie public)
Change-Id: I46bb3d8af6e4d7973d041aa618f1c7762efd93d0
Diffstat (limited to 'tests/HwAccelerationTest/.project')
-rw-r--r-- | tests/HwAccelerationTest/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/HwAccelerationTest/.project b/tests/HwAccelerationTest/.project new file mode 100644 index 0000000..7c04d3c --- /dev/null +++ b/tests/HwAccelerationTest/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>HwAccelerationTest</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.ApkBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |