mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
tapl should be java_library
Bug: 113683301 Tests failures that we are trying to fix. https://sponge.corp.google.com/invocations?searchFor=target%3Aandroid.platform.systemui.tests.jank%20label%3Ab%2Fgit_master When the build rule is android_library, AndroidManifest.xml is pulled into the the final apk that is being built. Hence, the platform jank and platform test AndroidManifest.xml is extended with the one we have for Launcher3. This causes the tests to fail due to existence of disambiguation screen. We do not want this behavior. Change-Id: I1a551abf37bb75b4efa8a5e5324ab1b4d8a3eb13
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
android_library {
|
||||
java_library {
|
||||
name: "launcher-aosp-tapl",
|
||||
static_libs: [
|
||||
"androidx.annotation_annotation",
|
||||
|
||||
Reference in New Issue
Block a user