Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This PR should fix the issues introduced by commit c34659a. The problem is that `Collections.emptyList` creates a `List<Object>` which is not compatible with the `List<TargetView>` type. ## Changelog [Android] [Fixed] - Make Android CI build again. Pull Request resolved: #34573 Test Plan: test_buck and the "test Docker android" must be green. Reviewed By: cipolleschi Differential Revision: D39235674 Pulled By: cortinico fbshipit-source-id: 574338e74aeb4635c67d91de28780fb784c9f405
- Loading branch information