The test_suite_name needs to match the individual module definitions that set `test_suites: ["vts"]` or `LOCAL_COMPATIBILITY_SUITE := vts`.
The make code controlling that is roughly: https://source.corp.google.com/android/build/make/core/base_rules.mk;cl=master;l=733?q=create-suite-dependencies&sq=package:%5Eandroid$ https://source.corp.google.com/android/build/make/core/definitions.mk;cl=master;l=2899?q=COMPATIBILITY.*FILES%20lang:makefile%20case:yes&sq=package:%5Eandroid$ - Dan On Thu, Jan 16, 2020 at 9:23 AM xiang tianyu <[email protected]> wrote: > hellp ,can you help me with this problem about "compatibility.mk" of vts > building system. > > > the source code of "compatibility.mk" is in aosp code ,it's path is > "build/make/core/tasks/tools/compatibility.mk" > > > there is a line in "compatibility.mk" which is "test_artifacts := > $(COMPATIBILITY.$(test_suite_name).FILES)" > > > I try to change the $(test_suite_name) ,but it can not package files to > android-vts.zip,how does the COMPATIBILITY work? > > > I can not find the defination of COMPATIBILITY. > > > wish your help ,thank you > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/769ed951-666c-44f6-baff-cc2da905518b%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/769ed951-666c-44f6-baff-cc2da905518b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CALQgHd%3DSqiqE8b1KRNo%2BO2wbG6NM4HkaG2TQ%2BGrtVHy8Niha7g%40mail.gmail.com.
