From 28d072ed39af12190f206564af359844fcd02430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 6 Jun 2021 03:43:12 +0200 Subject: [PATCH] Temporarily disable installation of NOTICE file See https://github.com/nmeum/android-tools/issues/30#issuecomment-855365636 --- vendor/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index fb826ab..b2aa90a 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -73,5 +73,6 @@ install(FILES adb/adb.bash RENAME adb DESTINATION "${COMPLETION_COMMON_DIR}") install(FILES core/fastboot/fastboot.bash RENAME fastboot DESTINATION "${COMPLETION_COMMON_DIR}") # Install license files. -set(LICENSE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/licenses/android-tools") -install(FILES core/NOTICE RENAME AOSP_LICENSE DESTINATION "${LICENSE_DIR}") +# Disabled for now, see https://github.com/nmeum/android-tools/issues/30#issuecomment-855365636 +#set(LICENSE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/licenses/android-tools") +#install(FILES core/NOTICE RENAME AOSP_LICENSE DESTINATION "${LICENSE_DIR}")