Jiyong Park
59140307ec
arch specific dependencies are supported for apex
The apex module type now supports arch specific native dependencies.
apex {
name: "myapex",
arch: {
arm64: {
native_shared_libraries: ["arm64_only_lib"],
},
},
}
Bug: 174639241
Test: m nothing
Change-Id: I3f00aa87c480d4127b27d33e9620c4336824e937
2020-12-14 18:44:04 +09:00
..
2020-12-10 12:21:57 +00:00
2020-11-30 15:40:48 +00:00
2020-12-11 22:19:00 +00:00
2020-11-04 20:50:03 +00:00
2020-12-14 18:44:04 +09:00
2020-12-14 18:44:04 +09:00
2020-12-08 13:06:25 +00:00
2020-11-25 09:53:46 +09:00
2020-09-30 21:17:42 +00:00
2020-10-13 03:37:32 +00:00
2019-08-07 17:33:24 +09:00
2020-11-08 23:53:22 +00:00
2020-10-21 15:41:02 +01:00