aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-12-30 15:50:46 -0800
committerColin Cross <ccross@android.com>2019-12-30 15:50:46 -0800
commit8907eb639408bc84b33dcf9c21c01d525653cf54 (patch)
treeab4197ed25a020ec50b4a33a59e0b5da30fd81fe /build
parentbe7a88318fafc095959c4beb96de19c4283908f4 (diff)
downloadbt-8907eb639408bc84b33dcf9c21c01d525653cf54.tar.gz
Use LoadHookContext instead of the deprecated BaseContext
Test: m checkbuild Change-Id: I21076e0f2070c5085e008af796c1851289e9192c
Diffstat (limited to 'build')
-rw-r--r--build/fluoride.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fluoride.go b/build/fluoride.go
index 6a511a53a..4ace71b81 100644
--- a/build/fluoride.go
+++ b/build/fluoride.go
@@ -43,7 +43,7 @@ func fluorideDefaults(ctx android.LoadHookContext) {
ctx.AppendProperties(p)
}
-func globalDefaults(ctx android.BaseContext) ([]string, []string) {
+func globalDefaults(ctx android.LoadHookContext) ([]string, []string) {
var cflags []string
var includeDirs []string