Loading core/Makefile +0 −13 Original line number Diff line number Diff line Loading @@ -7939,19 +7939,6 @@ ifneq ($(sdk_repo_goal),) include $(TOPDIR)development/build/tools/sdk_repo.mk endif # ----------------------------------------------------------------- # Soong generates the list of all shared libraries that are depended on by fuzz # targets. It saves this list as a source:destination pair to # FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS, where the source is the path to the # build of the unstripped shared library, and the destination is the # /data/fuzz/$ARCH/lib (for device) or /fuzz/$ARCH/lib (for host) directory # where fuzz target shared libraries are to be "reinstalled". The # copy-many-files below generates the rules to copy the unstripped shared # libraries to the device or host "reinstallation" directory. These rules are # depended on by each module in soong_cc_prebuilt.mk, where the module will have # a dependency on each shared library that it needs to be "reinstalled". FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS))) # ----------------------------------------------------------------- # The rule to build all fuzz targets for C++ and Rust, and package them. # Note: The packages are created in Soong, and in a perfect world, Loading Loading
core/Makefile +0 −13 Original line number Diff line number Diff line Loading @@ -7939,19 +7939,6 @@ ifneq ($(sdk_repo_goal),) include $(TOPDIR)development/build/tools/sdk_repo.mk endif # ----------------------------------------------------------------- # Soong generates the list of all shared libraries that are depended on by fuzz # targets. It saves this list as a source:destination pair to # FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS, where the source is the path to the # build of the unstripped shared library, and the destination is the # /data/fuzz/$ARCH/lib (for device) or /fuzz/$ARCH/lib (for host) directory # where fuzz target shared libraries are to be "reinstalled". The # copy-many-files below generates the rules to copy the unstripped shared # libraries to the device or host "reinstallation" directory. These rules are # depended on by each module in soong_cc_prebuilt.mk, where the module will have # a dependency on each shared library that it needs to be "reinstalled". FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS))) # ----------------------------------------------------------------- # The rule to build all fuzz targets for C++ and Rust, and package them. # Note: The packages are created in Soong, and in a perfect world, Loading