Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the Android.mk file in the App Template (#34080)
Summary: I'm simplifying the `Android.mk` file inside the template as it was confusing. There are two ways to include the generated code from the codegen: 1. Importing the generated Android.mk file 2. Include the generate source files in the `_appmodules` source files. Those two approaches are mutually exclusive (as doing both will lead to duplicate symbols). Our template comments were confusing and were suggesting a combination of both. I'm simplifying the comments here by removing the one suggesting to go with option `1` instead. ## Changelog [Android][Changed] - Simplify the Android.mk file in the App Template Pull Request resolved: #34080 Test Plan: Nothing to test here as it's a comments only change Reviewed By: cipolleschi Differential Revision: D37463222 Pulled By: cortinico fbshipit-source-id: 30ecc6fbbbcaf484272b4c724600cda588146506
- Loading branch information