| Index: tests/PathTest.cpp
|
| diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
|
| index 0946a0ee51eb6c87921ed561fe874cc2ed3c4388..7db65a899f24f310dc8e1232a97ff6fb7d4f7352 100644
|
| --- a/tests/PathTest.cpp
|
| +++ b/tests/PathTest.cpp
|
| @@ -259,7 +259,7 @@ static void test_gen_id(skiatest::Reporter* reporter) {
|
| REPORTER_ASSERT(reporter, a.getGenerationID() == x);
|
| REPORTER_ASSERT(reporter, w != x);
|
|
|
| -#ifdef SK_BUILD_FOR_ANDROID
|
| +#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
| static bool kExpectGenIDToIgnoreFill = false;
|
| #else
|
| static bool kExpectGenIDToIgnoreFill = true;
|
|
|