diff options
author | Jiyong Park <jiyong@google.com> | 2020-02-05 17:19:28 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-02-06 10:54:30 +0900 |
commit | db334861b2a33339bb2507e06d8346ace9677ef0 (patch) | |
tree | b832098b5763a3fdd9748686f2cc5aa62a33c393 /sdk/java_sdk_test.go | |
parent | 26a6eb797171eefb390f286ec69d434c51950c4b (diff) |
Use module name as the suffix for apex variant
apex {
name: "myapex",
native_shared_libs: ["libfoo"],
apex_name: "apex_name",
}
override_apex {
name: "myapex.override",
base: "myapex"
}
Previsouly, above wasn't supported because both APEXes have the same
apex_name and that apex_name is used as the suffix of libfoo. i.e.,
there are two libfoo.apex_name modules defined.
Now, the two apex variants of libfoo are named as
libfoo.myapex and libfoo.myapex.override.
Bug: 140136207
Test: m
Change-Id: I63f8a1de463011c6e0b97f5f6eee83103e22bc30
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions