summaryrefslogtreecommitdiff
path: root/sdk/sdk_test.go
diff options
context:
space:
mode:
author Ulya Trafimovich <skvadrik@google.com> 2021-09-21 12:59:39 +0100
committer Ulya Trafimovich <skvadrik@google.com> 2021-09-21 14:08:32 +0100
commit29e95d94bf1d7dff410841ac628fdb32e4bca83e (patch)
tree101c67ed4dd79fd8cb4ecba49d07d204e2a1b2e5 /sdk/sdk_test.go
parent3769a27c5ea903db6362604d0d70c8e1cd0fa3cf (diff)
Move copy rule for system server jars from dexpreopt_gen to makefiles.
This is necessary in order to expose the copy rule to Ninja. Otherwise Ninja has a build rule that depends on the copied jar (namely, dexpreopt commands for all subsequent system server jars that have the current one in class loader context), but no rule that creates it, so Ninja fails with a "no rule to make ..." error. The change only affects system server ed in Android.mk Previously the problem existed, but was hidden by the fact that the only system server jar defined in Android.mk was the last one on the list, so no other jar depended on it. Now that updatable apex jars are also dexpreopted (https://r.android.com/1828115) the problem was uncovered. Bug: 200297762 Test: lunch bertha_x86_64-userdebug && m Change-Id: Idbf2eacdf7ae89847aa9d755ef688eda3720ce89
Diffstat (limited to 'sdk/sdk_test.go')
0 files changed, 0 insertions, 0 deletions