diff options
| author | Christopher Ferris <cferris@google.com> | 2019-04-01 16:30:21 -0700 |
|---|---|---|
| committer | Christopher Ferris <cferris@google.com> | 2019-04-02 15:31:29 -0700 |
| commit | 25bda7ea4951375d32ede0d9951c40ef8571d6b4 (patch) | |
| tree | 75aabe99b63a15fc9821947fab1ea0c2682a0f62 /android | |
| parent | 6e5df47f1635654df561c095e59d23056d946865 (diff) | |
| download | build_soong-25bda7ea4951375d32ede0d9951c40ef8571d6b4.tar.gz build_soong-25bda7ea4951375d32ede0d9951c40ef8571d6b4.tar.bz2 build_soong-25bda7ea4951375d32ede0d9951c40ef8571d6b4.zip | |
Make libc_scudo always go first.
In addition, add Shared_libs to malloc_not_svelte.
Bug: 123689570
Test: Verified that libc_scudo is first wherever it is added.
Change-Id: Ibdc5dbd019a382630a727c270f846aa4446f8d99
Diffstat (limited to 'android')
| -rw-r--r-- | android/variable.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index aa8c8049..56ca666f 100644 --- a/android/variable.go +++ b/android/variable.go @@ -43,7 +43,8 @@ type variableProperties struct { } `android:"arch_variant"` Malloc_not_svelte struct { - Cflags []string `android:"arch_variant"` + Cflags []string `android:"arch_variant"` + Shared_libs []string `android:"arch_variant"` } `android:"arch_variant"` Safestack struct { |
