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 21, 2021
1 parent c005b9c commit f91ca97
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 @@ -61,3 +61,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FILE_OFFSET_BITS=64")
# Targets which should be installed by `make install`.
install(TARGETS adb fastboot "${ANDROID_MKE2FS_NAME}"
simg2img img2simg append2simg DESTINATION bin)

# Install license file.
set(LICENSES "${CMAKE_INSTALL_PREFIX}/share/license/android-tools")
install(FILES core/NOTICE DESTINATION "${LICENSES}")

0 comments on commit f91ca97

Please sign in to comment.