diff options
| author | 2025-02-07 13:13:21 -0800 | |
|---|---|---|
| committer | 2025-02-07 13:13:21 -0800 | |
| commit | a837588780bbca0af36907d33fb1734a66fb517c (patch) | |
| tree | 059a3816ab53357a0036907866cef1daae30a414 | |
| parent | a21de0bbfd7c3275cd879e5f34b6bdccbfc8a69c (diff) | |
| parent | 59ab7a3d6b5d5307038e1e176c82a4a2f216a9a7 (diff) | |
Merge "Migrate the dist rule of api_fingerprint.txt to Soong" into main
| -rw-r--r-- | core/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/Makefile b/core/Makefile index 7b4f58dfbd..a92db6c92f 100644 --- a/core/Makefile +++ b/core/Makefile @@ -295,11 +295,6 @@ ndk-docs: $(ndk_doxygen_out)/index.html .PHONY: ndk-docs endif -ifeq ($(HOST_OS),linux) -$(call dist-for-goals,sdk,$(API_FINGERPRINT)) -$(call dist-for-goals,droidcore,$(API_FINGERPRINT)) -endif - INSTALLED_RECOVERYIMAGE_TARGET := # Build recovery image if # BUILDING_RECOVERY_IMAGE && !BOARD_USES_RECOVERY_AS_BOOT && !BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT. |