platform_build_soong/genrule
Liz Kammer 619be4626b Restrict genrules to disallow directories as input
While Bazel genrules will allow genrules to accept a directory as input,
the results can be unexpected to a user as changes to the contents of
the directory may not trigger a rebuild as expected. Restricting this
in Soong ensures that converted targets will behave as expected.

Test: CI
Change-Id: I8616f58d1df267005e6c0ca3f4730d06de52c0d9
2022-02-23 21:29:22 +00:00
..
Android.bp Use interface for $(location) values in genrules 2021-03-25 11:06:45 -07:00
genrule.go Restrict genrules to disallow directories as input 2022-02-23 21:29:22 +00:00
genrule_test.go Clarify genrule error message 2022-02-23 14:24:45 +00:00
locations.go Use interface for $(location) values in genrules 2021-03-25 11:06:45 -07:00