platform_build_soong/androidmk
Colin Cross 3fad895e75 Don't pretend *parser.List is immutable
The functions in bpfix that take a *parser.List and return a
modified *parser.List are always returning the same pointer
and mutating the target of the pointer.  Remove the extra
unnecessary return value.

Also extract the getLiteralListProperty function.

Test: androidmk_test.go
Change-Id: I08d8aff955c72b7916741cda8083974a49af4d6f
2018-02-22 14:54:47 -08:00
..
cmd/androidmk Don't pretend *parser.List is immutable 2018-02-22 14:54:47 -08:00
parser Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
Android.bp Revert "Revert "Run bpfix at the end of androidmk"" 2017-06-19 15:52:25 -07:00