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: {
|
linux_bionic: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
linux: {
|
||||||
|
srcs: [
|
||||||
|
"fs_config.cpp",
|
||||||
|
],
|
||||||
|
},
|
||||||
not_windows: {
|
not_windows: {
|
||||||
srcs: libcutils_nonwindows_sources + [
|
srcs: libcutils_nonwindows_sources + [
|
||||||
"ashmem-host.cpp",
|
"ashmem-host.cpp",
|
||||||
"fs_config.cpp",
|
|
||||||
"trace-host.cpp",
|
"trace-host.cpp",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -193,7 +197,6 @@ cc_library {
|
||||||
srcs: libcutils_nonwindows_sources + [
|
srcs: libcutils_nonwindows_sources + [
|
||||||
"android_reboot.cpp",
|
"android_reboot.cpp",
|
||||||
"ashmem-dev.cpp",
|
"ashmem-dev.cpp",
|
||||||
"fs_config.cpp",
|
|
||||||
"klog.cpp",
|
"klog.cpp",
|
||||||
"partition_utils.cpp",
|
"partition_utils.cpp",
|
||||||
"qtaguid.cpp",
|
"qtaguid.cpp",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue