Fix prebuilts of overridden apps
AndroidApp had its own HideFromMake method and flag that shadowed the one in ModuleBase. This caused performOverrideMutator to set the AndroidApp flag, but ModuleBase.skipInstall to read the ModuleBase flag, resulting in a conflicting install rule being created. Remove AndroidApp's HideFromMake in favor of the ModuleBase one. Bug: 232788722 Test: TestOverrideAndroidAppWithPrebuilt Change-Id: I8c0dfcb50ff4dc1e4d0574f150b10d79908f46aa
Loading
Please register or sign in to comment