platform_build_soong/mk2rbc
Sasha Smundak 6d852dd16a Implement include path annotation.
Include top annotation is a specially formatted comment line providing
the include/inhherit file location hint. E.g., adding
```
```
before
```
$(call inherit-product $(SRC)/foo.mk
```
is a hint to the converter to look for the `foo.mk` files under
`vendor/my_vendor/` in addition to `vendor/google_devices/'

Bug: 193566316
Test: internal
Change-Id: I01c5dde2504f1a9eb724098b1cc03d2176ca2cf9
2021-10-27 10:56:47 -07:00
..
cmd Remove mk2rbc's support for using a product name 2021-10-05 11:05:02 -07:00
test Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00
Android.bp Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00
android_products.go AndroidProducts.mk file reader 2021-07-12 09:40:18 -07:00
android_products_test.go AndroidProducts.mk file reader 2021-07-12 09:40:18 -07:00
config_variables.go Config variables reader 2021-07-12 09:40:18 -07:00
config_variables_test.go Config variables reader 2021-07-12 09:40:18 -07:00
expr.go Translate copy-files, add_soong_config_namespace and add_soong_config_var_value macros 2021-08-03 11:06:54 -07:00
find_mockfs.go Allow dynamically calculated inherit-product path 2021-08-02 14:35:45 -07:00
mk2rbc.go Implement include path annotation. 2021-10-27 10:56:47 -07:00
mk2rbc_test.go Implement include path annotation. 2021-10-27 10:56:47 -07:00
node.go Emit unconditional module load only when inherit/include is on the top level. 2021-09-27 10:02:41 -07:00
soong_variables.go Soong variables reader 2021-07-12 09:40:18 -07:00
soong_variables_test.go Soong variables reader 2021-07-12 09:40:18 -07:00
TODO Product config makefiles to Starlark converter 2021-07-14 09:51:10 -07:00
types.go Translate copy-files, add_soong_config_namespace and add_soong_config_var_value macros 2021-08-03 11:06:54 -07:00
variable.go Additional heuristics: variables with names ending with _LIST are lists 2021-09-02 09:34:47 -07:00
version_defaults.go Sort codenames in version_defaults.rbc 2021-10-21 15:01:56 -07:00
version_defaults_test.go Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00