diff options
author | 2021-10-04 23:26:13 +0000 | |
---|---|---|
committer | 2021-10-04 23:26:13 +0000 | |
commit | f925faed18c44ffcb2cd09360b8e051fff8fbb4e (patch) | |
tree | f82b9a0b05596cbb8efaad8f0a50140fbce6c11d | |
parent | 9a7bbf93672d2a2d9d12d8b5acbd47a329bcbda8 (diff) | |
parent | 0da8689915b7773fbe9833b5537f90ec2783e250 (diff) |
Merge "Delete some ide autogen files" am: 0da8689915
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1818908
Change-Id: I9a317b53cd4aa19b6e3c54755df01dd26f5bdecf
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tests/Camera2Tests/SmartCamera/SimpleCamera/.project | 33 | ||||
-rw-r--r-- | tests/HwAccelerationTest/.project | 33 |
3 files changed, 1 insertions, 66 deletions
diff --git a/.gitignore b/.gitignore index 5018436798d0..2beb2f21a82d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.project *.iml *.sw* gen/ diff --git a/tests/Camera2Tests/SmartCamera/SimpleCamera/.project b/tests/Camera2Tests/SmartCamera/SimpleCamera/.project deleted file mode 100644 index 2517e2d4f93d..000000000000 --- a/tests/Camera2Tests/SmartCamera/SimpleCamera/.project +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>CameraShoot</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> diff --git a/tests/HwAccelerationTest/.project b/tests/HwAccelerationTest/.project deleted file mode 100644 index 7c04d3cb6426..000000000000 --- a/tests/HwAccelerationTest/.project +++ /dev/null @@ -1,33 +0,0 @@ -<?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> |