INCLUDES
public static final String INCLUDES
Key of the meta-rule that lists the build files executed while reading rules. The value is a
list of strings with the root build file as the head and included build files as the tail, for
example: {"__includes":["/foo/BUCK", "/foo/buck_includes"]}
- See Also:
- Constant Field Values