summaryrefslogtreecommitdiff
path: root/cppreopts
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2019-02-02 18:53:06 +0100
committerLuca Stefani <luca.stefani.ge1@gmail.com>2019-02-02 18:53:06 +0100
commit88527fa11adb15a520c50b18a4f9a11347dde0f8 (patch)
tree5dc3740a7a3b126b769e3aea09b191a1ea7ee98f /cppreopts
parent14638b2b85cb4c0200ef65c6eac259183db9994d (diff)
downloadextras-88527fa11adb15a520c50b18a4f9a11347dde0f8.tar.gz
cppreopts: Move to sh_binary
Change-Id: Ie2b1401aa750a1a445daf80b13944a2ca0549c50
Diffstat (limited to 'cppreopts')
-rw-r--r--cppreopts/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppreopts/Android.bp b/cppreopts/Android.bp
index e9d19145..9e9c4a11 100644
--- a/cppreopts/Android.bp
+++ b/cppreopts/Android.bp
@@ -14,17 +14,17 @@
// limitations under the License.
//
-cc_prebuilt_binary {
+sh_binary {
name: "preloads_copy.sh",
- srcs: ["preloads_copy.sh"],
+ src: "preloads_copy.sh",
}
-cc_prebuilt_binary {
+sh_binary {
name: "cppreopts.sh",
init_rc: ["cppreopts.rc"],
- srcs: ["cppreopts.sh"],
+ src: "cppreopts.sh",
required: [
"preopt2cachename",
"preloads_copy.sh",