Skip to content

Commit

Permalink
Install Android OpenSource license file
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Mar 22, 2021
1 parent 45e337f commit 356e800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ install(TARGETS adb fastboot "${ANDROID_MKE2FS_NAME}"
set(BASH_COMPLETION_DIR "${CMAKE_INSTALL_FULL_DATADIR}/bash-completion/completions")
install(FILES adb/adb.bash RENAME adb DESTINATION "${BASH_COMPLETION_DIR}")
install(FILES core/fastboot/fastboot.bash RENAME fastboot DESTINATION "${BASH_COMPLETION_DIR}")

# Install license file.
set(LICENSES "${CMAKE_INSTALL_FULL_DATADIR}/licenses/android-tools")
install(FILES core/NOTICE RENAME AOSP_LICENSE DESTINATION "${LICENSES}")

0 comments on commit 356e800

Please sign in to comment.