commit | 2673a7a30469bedd390f1db7ca3263fc408a991b | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue Nov 07 11:02:10 2017 -0800 |
committer | Nan Zhang <nanzhang@google.com> | Tue Nov 07 11:08:26 2017 -0800 |
tree | 91c2efa25db6d470beb69de70f5d0e2b8750b07d | |
parent | 8a3bfe96ee9c9a0bbb5c03039d9f4fbf90c99e98 [diff] |
Change bool, and string properties to *bool, and *string for cc there's no use case for prepending/appending to bool, and string properties within module struct. Declearing "*bool" and "*string" almost cover everything user need. Test: m -j checkbuild Bug: b/68853585 Change-Id: Ic2bcb35df817220f86501ed0d24000ff3d177af3