Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6630f5f authored by Guang Zhu's avatar Guang Zhu
Browse files

enable aapt for unbundled builds

It was available for unbundled builds when the build rules were in mk form and aapt2 is enabled for unbundled, so there's not a strong reason why aapt should be disabled for unbundled build

Change-Id: I6589eafbe8d2e423c9ac925b3614763fa6a511ac
Fixes: 217747798
Test: local compile
parent 31f779f9
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -61,16 +61,6 @@ cc_defaults {
            enabled: true,
        },
    },

    // This tool is prebuilt if we're doing an app-only build.
    product_variables: {
        pdk: {
            enabled: false,
        },
        unbundled_build: {
            enabled: false,
        },
    },
}

// ==========================================================