Home
last modified time | relevance | path

Searched refs:package_source (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/tools/
Dcreate_base_image_hostlib.sh62 package_source() { function
87 package_source "${FLAGS_repository_url}" "${FLAGS_repository_branch}" \
89 package_source "${FLAGS_repository_url}" "${FLAGS_repository_branch}" \
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCPack.cmake19 targets, ``package`` and ``package_source``. See the `packaging targets`_
75 Targets package and package_source
85 also generates a target ``package_source``. To build a source package,
87 ``cmake --build . --target package_source``, ``make package_source``,
88 or ``ninja package_source``.
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/
Darchive.rst22 the ``package_source`` target), then the generated archive will contain all
/aosp_15_r20/external/libwebsockets/
H A DCMakeLists.txt1085 # Most people are more used to "make dist" compared to "make package_source"
1086 add_custom_target(dist COMMAND "${CMAKE_MAKE_PROGRAM}" package_source)
/aosp_15_r20/external/expat/expat/
H A DCMakeLists.txt884 # This effectively disables target "package_source".