Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicNativeAndroidTest: Move gtest to a single flavor #489

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 28, 2023

  1. BasicNativeAndroidTest: Move gtest to a single flavor

    The junit-gtest library will bring native test library and its c++
    shared library into the final package. It's not easy to keep these
    necessary shared libraries into androidTest flavor only. So this CL adds
    a new flavor called nativeTest to include native test related libraries
    and run it with androidTest. For normal usage, we can use core flavor,
    the new default flavor without any native test related libraries.
    
    Signed-off-by: utzcoz <[email protected]>
    utzcoz committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d092540 View commit details
    Browse the repository at this point in the history