commit | 2a252bef50fc3f0426c55c7524bb193b9afabc4a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 01 17:37:24 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Fri May 05 18:22:30 2017 -0700 |
tree | edcaad7ed94518574cff5bd0dfa87fc2cc2131b7 | |
parent | 7e0eaf15b9eec975e45f9e5a27294a0bf0ef9beb [diff] [blame] |
Support .rs and .fs files in cc_* module srcs lists Translate .rs and .fs files to .cpp files using llvm-rs-cc. Test: builds Change-Id: I242cea0d09c9985730a512cec7705c3f1479f4ed
diff --git a/Android.bp b/Android.bp index b46da4e..d172fd5 100644 --- a/Android.bp +++ b/Android.bp
@@ -127,6 +127,7 @@ "cc/prebuilt.go", "cc/proto.go", "cc/relocation_packer.go", + "cc/rs.go", "cc/sanitize.go", "cc/sabi.go", "cc/stl.go",