| commit | bd7a52b6e1b6e3f35f150a1f7fd7319677ce6d65 | [log] [tgz] |
|---|---|---|
| author | Victor Khimenko <[email protected]> | Fri Sep 11 23:15:44 2020 +0200 |
| committer | Victor Khimenko <[email protected]> | Thu Sep 17 01:43:12 2020 +0000 |
| tree | 4a25948e09c9a1618593172d3eb3d59f28daeccd | |
| parent | f0890d07c622de995dbaf1baa8ce825b33334c0a [diff] |
Use __ANDROID_NATIVE_BRIDGE__ define instead of target:arm_on_x86 Currently target:arm_on_x86 is defined both for native_bridge targets and for non-native_bridge targets. But we already have a way to detect native_bridge. Also fixed 64-bit paths. Bug: http://b/153609531 Test: cts-tradefed run cts --abi armeabi-v7a -m CtsRsCppTestCases Test: cts-tradefed run cts --abi arm64-v8a -m CtsRsCppTestCases Change-Id: I2f0770fe8d406b5a9b8a491a7d87202d2a674d24