commit | 90f7a4dcab5b6309dd5b0cc458622e7ad52cf616 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Nov 08 14:34:24 2016 -0800 |
committer | Dan Albert <danalbert@google.com> | Thu Nov 10 14:01:08 2016 -0800 |
tree | 145798a91caf0b0aa36d8d2614d730c87dad08a3 | |
parent | fd86e9ee214331898521c9f8c63b836e34993669 [diff] [blame] |
Allow `first_version: "current"` in ndk_library. Test: Added a test module that uses this find $SOONG_OUT -name libfoo.so # only shows up in current Bug: None Change-Id: Ic88d7c598cd5b6ded8fb851a7eaf859806336af7
diff --git a/cc/cc.go b/cc/cc.go index b6e98b1..0071556 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -497,7 +497,7 @@ if err != nil { ctx.PropertyErrorf("sdk_version", err.Error()) } - c.Properties.Sdk_version = strconv.Itoa(version) + c.Properties.Sdk_version = version } }