Merge "Add data_native_bins property to java_test_host" am: 8ffde8c9d5 am: 30de260bee

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

Change-Id: I090dafbabe34c88dcd394960798499129746294f
This commit is contained in:
Liz Kammer
2020-07-28 16:42:04 +00:00
committed by Automerger Merge Worker
8 changed files with 97 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ import (
"android/soong/android"
"android/soong/cc"
"android/soong/python"
"github.com/google/blueprint"
)
@@ -85,6 +87,10 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string
"prebuilts/sdk/tools/core-lambda-stubs.jar": nil,
"prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["14", "28", "30", "current"],}`),
"bin.py": nil,
python.StubTemplateHost: []byte(`PYTHON_BINARY = '%interpreter%'
MAIN_FILE = '%main%'`),
// For java_sdk_library
"api/module-lib-current.txt": nil,
"api/module-lib-removed.txt": nil,