From 557182ba3f912327e747c3c3638d6ee7c529fb96 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 10 Jul 2021 16:34:24 +0200 Subject: [PATCH] Don't install the AOSP license This license is a combination of multiple licenses, a distribution should take care of listing and providing the appropriate license files. --- vendor/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index 6c6d615..6f1c05b 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -68,7 +68,3 @@ install(TARGETS adb fastboot "${ANDROID_MKE2FS_NAME}" # Install common completion files. 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}")