diff options
author | 2019-04-18 10:56:44 -0700 | |
---|---|---|
committer | 2019-04-18 13:51:58 -0700 | |
commit | 3047fa23da6d9f6e504c81e275ad7f6761fb7c7b (patch) | |
tree | 04c66b654667b4f321746ab4f676adb465d404d8 /sysprop/sysprop_test.go | |
parent | 60405e50f8bac88f483d78b07a0fa2311ee08b9f (diff) |
Build framework.aidl in Soong
Move the rules to build framework.aidl into Soong, and use it
when compiling aidl files with sdk_version: "current".
Also fixes incorrectly using the aidl includes exported by the
"framework" module when the proguardRaiseDep dependency was
added.
Bug: 130798034
Test: sdk_test.go
Change-Id: I126adf1d9e7b6acb528875ff62b974ba7ad9a337
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r-- | sysprop/sysprop_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index e90519ed0..d78238afd 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -102,6 +102,7 @@ func testContext(config android.Config, bp string, "api/system-removed.txt": nil, "api/test-current.txt": nil, "api/test-removed.txt": nil, + "framework/aidl/a.aidl": nil, "prebuilts/sdk/current/core/android.jar": nil, "prebuilts/sdk/current/public/android.jar": nil, |