summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2019-02-14 18:19:14 +0900
committerRemi NGUYEN VAN <reminv@google.com>2019-02-15 17:30:07 +0900
commit1b57e8e9db5b007c19b713e9d1d3b28397a11b52 (patch)
treed946ddd5d675ff98d62a3a68b45d9bf60f5c5ae0 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent5db454c28d3ddf724be3f6a697267f7f58d94e2d (diff)
Fix framework and NetworkStack classes conflicts
Classes that are used in framework.jar cannot be linked in NetworkStack, as the framework takes precedence in the classpath. This prevents the networkstack from using these classes due to the hidden API usage detection. Do the following: - jarjar any shared source file between framework and NetworkStack, so the version in the NetworkStack uses a different package. - Move any shared class not used in the NetworkStack to services.net The CL uses jarjar on the app copy and not the framework classes, as the framework cannot be updated without an OTA, and non-network stack specific classes should not be renamed because of the network stack. Test: atest FrameworksNetTests NetworkStackTests Test: flashed svelte build, WiFi works Bug: 124033493 Change-Id: I85d888b756adc28c36638913632bfdfdbf0e0486
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions