diff options
author | Steven Moreland <smoreland@google.com> | 2018-02-12 15:12:49 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2018-02-13 17:49:16 +0000 |
commit | 5d88aee9c1808e4c600a6fa557e211dc81daecdf (patch) | |
tree | c41bc2321c33d686f16695c1baa455b8413814bd /libutils/String16.cpp | |
parent | e504360f3dfd2ad275e405022d5465e787f9ab53 (diff) |
fastboot: only require Linux modules on Linux
The following three modules aren't defined for Windows
builds:
e2fsdroid mke2fs.conf sload_f2fs
Which leads to the following errors:
build/make/core/main.mk:586: warning: Missing required dependency host_cross_e2fsdroid from module host_cross_fastboot defined in system/core/fastboot/Android.mk
build/make/core/main.mk:586: warning: Missing required dependency host_cross_mke2fs.conf from module host_cross_fastboot defined in system/core/fastboot/Android.mk
build/make/core/main.mk:586: warning: Missing required dependency host_cross_sload_f2fs from module host_cross_fastboot defined in system/core/fastboot/Android.mk
Here, I've removed their requirement for the Windows build and
only included the requirement for the Linux build.
Bug: 7456955
Test: above errors no longer present
Change-Id: I14fdb880d868f893fa5899ea200820bd885a3bc1
Diffstat (limited to 'libutils/String16.cpp')
0 files changed, 0 insertions, 0 deletions