Add missing commas to Android.bp
Change-Id: I5ebb4758e4609fcb971a3d507829f0bc91db8dcd
This commit is contained in:
parent
12973d5ad4
commit
edf122ea20
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ cc_library {
|
|||
"libcutils",
|
||||
],
|
||||
srcs: [
|
||||
"libcutils/strdup16to8.cpp"
|
||||
"libcutils/strdup8to16.cpp"
|
||||
"libcutils/strdup16to8.cpp",
|
||||
"libcutils/strdup8to16.cpp",
|
||||
],
|
||||
vendor: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue