summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2009-10-04 14:19:22 -0500
committerJean-Baptiste Queru <jbq@google.com>2009-10-16 10:06:43 -0700
commit6536d846ac2f0ba18e8ddfb549257063fdbae7d3 (patch)
treee04569ec80f85862070110955e113627ccc81791
parenta6ef3f80e734bf775f686853210953b31b190f41 (diff)
downloadproprietary-open-6536d846ac2f0ba18e8ddfb549257063fdbae7d3.tar.gz
Script to clean proprietary files
-rwxr-xr-xdsp/libqcamera/clean-files.sh4
-rwxr-xr-xdsp/mm/clean-files.sh4
-rwxr-xr-xlibaudioeq/clean-files.sh4
-rwxr-xr-xlibgps/clean-files.sh4
-rwxr-xr-xlibhgl/clean-files.sh4
5 files changed, 20 insertions, 0 deletions
diff --git a/dsp/libqcamera/clean-files.sh b/dsp/libqcamera/clean-files.sh
new file mode 100755
index 0000000..53e0487
--- /dev/null
+++ b/dsp/libqcamera/clean-files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf proprietary
+
diff --git a/dsp/mm/clean-files.sh b/dsp/mm/clean-files.sh
new file mode 100755
index 0000000..53e0487
--- /dev/null
+++ b/dsp/mm/clean-files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf proprietary
+
diff --git a/libaudioeq/clean-files.sh b/libaudioeq/clean-files.sh
new file mode 100755
index 0000000..53e0487
--- /dev/null
+++ b/libaudioeq/clean-files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf proprietary
+
diff --git a/libgps/clean-files.sh b/libgps/clean-files.sh
new file mode 100755
index 0000000..53e0487
--- /dev/null
+++ b/libgps/clean-files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf proprietary
+
diff --git a/libhgl/clean-files.sh b/libhgl/clean-files.sh
new file mode 100755
index 0000000..53e0487
--- /dev/null
+++ b/libhgl/clean-files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf proprietary
+