ndk: Use prebuilt NDK CRT objects.

Change-Id: Ie8d58fa7c4ef2a62338c20c3078603ac98be0f9c
This commit is contained in:
Dan Albert
2015-04-28 18:17:56 -07:00
parent eb1e6cc62c
commit c3144b1553
3 changed files with 87 additions and 17 deletions

View File

@@ -29,6 +29,7 @@ import (
)
const (
objectExtension = ".o"
sharedLibraryExtension = ".so"
staticLibraryExtension = ".a"
)