add androidmk cc-related variables to androidmk
The adbd_test androidmk definition is missing some cc-related variables for cc_test in mixed builds. These variables should be populated from information from Bazel. Bug: 265758350 Change-Id: I59d017e2eb2f139188ba3383c457cc0055372b61
This commit is contained in:
@@ -1145,7 +1145,7 @@ func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module)
|
||||
var p AndroidMkDataProvider
|
||||
var ok bool
|
||||
if p, ok = mod.(AndroidMkDataProvider); !ok {
|
||||
t.Errorf("module does not implement AndroidMkDataProvider: " + mod.Name())
|
||||
t.Fatalf("module does not implement AndroidMkDataProvider: " + mod.Name())
|
||||
}
|
||||
data := p.AndroidMk()
|
||||
data.fillInData(ctx, mod)
|
||||
|
Reference in New Issue
Block a user