Files
build_soong/android
Usta dca0219965 Remove customizableProperties from android.ModuleBase
- customizableProperties was being used to access all properties,
i.e. basically `GetProperties()`

- generalProperties was a subset of properties,
i.e. `initArchModule()` would only add new arch-specific properties
to `customizableProperties` (and `archProperties`) but not `generalProperties`

This PR sets generalProperties to contain all properties,
which then makes customizableProperties redundant.
And in arch.go, any iteration is done via `archProperties` instead.

Bug: 206961391
Test: m nothing and diff the ninja files
Change-Id: Ieb72b31c0a447fcbf34c92a04f002d7b9d777a86
2022-01-04 13:33:51 -05:00
..
2021-12-01 17:43:00 +00:00
2021-03-17 16:35:13 +01:00
2021-12-21 16:09:23 +08:00
2021-08-27 10:08:49 +02:00
2021-07-23 11:12:05 -07:00
2021-07-09 23:54:01 +01:00
2021-12-08 15:08:59 -08:00
2021-12-13 13:33:15 -05:00
2021-03-02 20:17:19 +00:00
2021-09-23 11:37:57 +01:00
2021-12-01 17:43:00 +00:00
2021-12-01 17:43:00 +00:00
2021-09-23 11:37:57 +01:00
2021-03-28 22:06:33 +01:00
2021-12-15 01:18:49 -08:00
2021-12-23 04:53:29 +00:00