liblog: logprint use <endian.h> part three

Fix host/sdk builds:
- Drop logprint from list of host products
- Drop <endian.h> for FAKE_LOG_DEVICE

Change-Id: I8aa854413ff6d809f0b04987cf913eb228e4213c
diff --git a/liblog/logd_write.c b/liblog/logd_write.c
index c8a6162..cd0a216 100644
--- a/liblog/logd_write.c
+++ b/liblog/logd_write.c
@@ -13,7 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#if (FAKE_LOG_DEVICE == 0)
 #include <endian.h>
+#endif
 #include <errno.h>
 #include <fcntl.h>
 #if !defined(_WIN32)