diff options
author | Tao Bao <tbao@google.com> | 2018-08-13 17:43:17 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-13 17:43:17 +0200 |
commit | e5734c014fbd71bca46e83b96c88949229f19d24 (patch) | |
tree | 9cad96e98cd381cf6cadbbd3f78d2d7fc8e0ff6e /tests/res-testdata | |
parent | Merge "Build boot control HAL with Android.bp" (diff) | |
parent | Merge "tests: Create res-testdata for testdata pickup." (diff) | |
download | android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar.gz android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar.bz2 android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar.lz android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar.xz android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.tar.zst android_bootable_recovery-e5734c014fbd71bca46e83b96c88949229f19d24.zip |
Diffstat (limited to 'tests/res-testdata')
l--------- | tests/res-testdata/res-hdpi | 1 | ||||
l--------- | tests/res-testdata/res-mdpi | 1 | ||||
l--------- | tests/res-testdata/res-xhdpi | 1 | ||||
l--------- | tests/res-testdata/res-xxhdpi | 1 | ||||
l--------- | tests/res-testdata/res-xxxhdpi | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/res-testdata/res-hdpi b/tests/res-testdata/res-hdpi new file mode 120000 index 000000000..c339b1df4 --- /dev/null +++ b/tests/res-testdata/res-hdpi @@ -0,0 +1 @@ +../../res-hdpi
\ No newline at end of file diff --git a/tests/res-testdata/res-mdpi b/tests/res-testdata/res-mdpi new file mode 120000 index 000000000..4be630d6f --- /dev/null +++ b/tests/res-testdata/res-mdpi @@ -0,0 +1 @@ +../../res-mdpi
\ No newline at end of file diff --git a/tests/res-testdata/res-xhdpi b/tests/res-testdata/res-xhdpi new file mode 120000 index 000000000..429eead83 --- /dev/null +++ b/tests/res-testdata/res-xhdpi @@ -0,0 +1 @@ +../../res-xhdpi
\ No newline at end of file diff --git a/tests/res-testdata/res-xxhdpi b/tests/res-testdata/res-xxhdpi new file mode 120000 index 000000000..304cc28b3 --- /dev/null +++ b/tests/res-testdata/res-xxhdpi @@ -0,0 +1 @@ +../../res-xxhdpi
\ No newline at end of file diff --git a/tests/res-testdata/res-xxxhdpi b/tests/res-testdata/res-xxxhdpi new file mode 120000 index 000000000..2236ad8cc --- /dev/null +++ b/tests/res-testdata/res-xxxhdpi @@ -0,0 +1 @@ +../../res-xxxhdpi
\ No newline at end of file |