android: syslog: remove syslog-lib.sh from build

The syslog tests don't apply to Android, so remove the library
script that they use from installation that was left over.

Bug: 31151526
Test: Builds

Change-Id: If37a31f9bd06e8e7070b4fea8d8c09a03c1ad69b
Signed-off-by: Sandeep Patil <sspatil@google.com>
diff --git a/android/Android.ltp.mk b/android/Android.ltp.mk
index 4158e5d..95f7e33 100644
--- a/android/Android.ltp.mk
+++ b/android/Android.ltp.mk
@@ -1421,10 +1421,6 @@
 module_src_files := testcases/kernel/fs/fs_bind/rbind/test28
 include $(ltp_build_prebuilt)
 
-module_prebuilt := testcases/bin/syslog-lib.sh
-module_src_files := testcases/kernel/syscalls/syslog/syslog-lib.sh
-include $(ltp_build_prebuilt)
-
 module_prebuilt := testcases/bin/fs_bind/rbind/test22
 module_src_files := testcases/kernel/fs/fs_bind/rbind/test22
 include $(ltp_build_prebuilt)
diff --git a/android/ltp_package_list.mk b/android/ltp_package_list.mk
index a602cfc..f435c2e 100644
--- a/android/ltp_package_list.mk
+++ b/android/ltp_package_list.mk
@@ -1601,7 +1601,6 @@
   ltp_testcases_bin_stop_freeze_sleep_thaw_cont.sh \
   ltp_testcases_bin_stop_freeze_thaw_cont.sh \
   ltp_testcases_bin_stress_floppy \
-  ltp_testcases_bin_syslog-lib.sh \
   ltp_testcases_bin_tcp4-multi-diffip01 \
   ltp_testcases_bin_tcp4-multi-diffip02 \
   ltp_testcases_bin_tcp4-multi-diffip03 \
@@ -2245,4 +2244,4 @@
   ltp_writev05 \
   ltp_writev06 \
   ltp_writev07 \
-  ltp_zram03
\ No newline at end of file
+  ltp_zram03
diff --git a/android/tools/disabled_tests.txt b/android/tools/disabled_tests.txt
index c1d8a4a..592f1c3 100644
--- a/android/tools/disabled_tests.txt
+++ b/android/tools/disabled_tests.txt
@@ -189,6 +189,7 @@
 syslog08
 syslog09
 syslog10
+syslog-lib.sh
 
 # Following tests require 'cron' running on device which Android doesn't
 # support