Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aad2d5f0 authored by Dan Shi's avatar Dan Shi Committed by Automerger Merge Worker
Browse files

Merge "Make *TS to include NOTICE file by default" am: e4d4188e am:...

Merge "Make *TS to include NOTICE file by default" am: e4d4188e am: 36411722 am: 44899815 am: a03e1b32

Original change: https://android-review.googlesource.com/c/platform/build/+/1471255

Change-Id: I8353a1ecfce43b7c9381f70db3e4f9a61d8c1eb1
parents 4f2cfe7a a03e1b32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ test_suite_name := cts
test_suite_tradefed := cts-tradefed
test_suite_dynamic_config := cts/tools/cts-tradefed/DynamicConfig.xml
test_suite_readme := cts/tools/cts-tradefed/README
include_test_suite_notice := true

include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk

+2 −5
Original line number Diff line number Diff line
@@ -79,10 +79,8 @@ $(eval $(call combine-notice-files, html, \
         $(HOST_OUT_NOTICE_FILES) $(TARGET_OUT_NOTICE_FILES), \
         $(compatibility_zip_deps)))

ifeq ($(include_test_suite_notice),true)
compatibility_zip_deps += $(test_suite_notice_txt)
compatibility_zip_resources += $(test_suite_notice_txt)
endif

compatibility_zip := $(out_dir).zip
$(compatibility_zip): PRIVATE_OUT_DIR := $(out_dir)
@@ -111,7 +109,6 @@ test_suite_dynamic_config :=
test_suite_readme :=
test_suite_prebuilt_tools :=
test_suite_tools :=
include_test_suite_notice :=
test_suite_jdk :=
test_suite_jdk_dir :=
host_shared_libs :=