Merge "Fix the error of androidmk unittest" into main
This commit is contained in:
commit
936a57d3e9
1 changed files with 3 additions and 0 deletions
|
@ -1750,6 +1750,9 @@ android_app {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestEndToEnd(t *testing.T) {
|
func TestEndToEnd(t *testing.T) {
|
||||||
|
// Skip checking Android.mk path with cleaning "ANDROID_BUILD_TOP"
|
||||||
|
t.Setenv("ANDROID_BUILD_TOP", "")
|
||||||
|
|
||||||
for i, test := range testCases {
|
for i, test := range testCases {
|
||||||
expected, err := bpfix.Reformat(test.expected)
|
expected, err := bpfix.Reformat(test.expected)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue