Merge "Fix Mac build."
This commit is contained in:
commit
478d0698bb
1 changed files with 5 additions and 2 deletions
|
|
@ -170,10 +170,14 @@ cc_library {
|
|||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
linux: {
|
||||
srcs: [
|
||||
"fs_config.cpp",
|
||||
],
|
||||
},
|
||||
not_windows: {
|
||||
srcs: libcutils_nonwindows_sources + [
|
||||
"ashmem-host.cpp",
|
||||
"fs_config.cpp",
|
||||
"trace-host.cpp",
|
||||
],
|
||||
},
|
||||
|
|
@ -193,7 +197,6 @@ cc_library {
|
|||
srcs: libcutils_nonwindows_sources + [
|
||||
"android_reboot.cpp",
|
||||
"ashmem-dev.cpp",
|
||||
"fs_config.cpp",
|
||||
"klog.cpp",
|
||||
"partition_utils.cpp",
|
||||
"qtaguid.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue