OSDN Git Service

Add legacy test configuration
authorJooyung Han <jooyung@google.com>
Thu, 2 Apr 2020 06:40:41 +0000 (15:40 +0900)
committerJooyung Han <jooyung@google.com>
Thu, 2 Apr 2020 06:40:41 +0000 (15:40 +0900)
commit71b4bf30cf4015a2a89a3a8595ba659f3ffcc5e4
tree7afd46028669d03daf45e2bfb6f11930e83619e9
parent0441fd330b9a3e5b0eee4fe9d53ca2d10d1479ee
Add legacy test configuration

And deprecated --legacy option.

Instead, to run linkerconfig with legacy mode, run it without -v option.
(-v is for setting vndk version).
For example,
  $ linkerconfig -r <root> -t <target>

Legacy mode:
  ro.vndk.version is not set and VNDK is not available.
  but other apexes are available.

Bug: 140599044
Test: ./rundiff.sh
Change-Id: I81cba2d6c6466737fcb4dd33407837b016c42b78
main.cc
prepare_root.sh [new file with mode: 0755]
rundiff.sh
testdata/golden_output/legacy/com.android.adbd/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/com.android.art/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/com.android.conscrypt/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/com.android.media.swcodec/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/com.android.runtime/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/com.android.sdkext/ld.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/jni.config.txt [new file with mode: 0644]
testdata/golden_output/legacy/ld.config.txt [new file with mode: 0644]