]> git.tdb.fi Git - builder.git/blobdiff - source/androidtools.h
Recognize and use the common sysroot in newer Android NDKs
[builder.git] / source / androidtools.h
index 16f157d54dadbb2770572c80b90e83b99c8be29f..c0407946b693a67ec6c75f3c218db7f1e71be338 100644 (file)
@@ -50,6 +50,7 @@ class AndroidNdk: public AndroidDevKit
 private:
        const Architecture &architecture;
        Msp::FS::Path bin_dir;
+       Msp::FS::Path common_sysroot;
        Msp::FS::Path platform_sysroot;
 
 public:
@@ -61,6 +62,7 @@ private:
 
 public:
        const Msp::FS::Path &get_bin_dir() const { return bin_dir; }
+       const Msp::FS::Path &get_common_sysroot() const { return common_sysroot; }
        const Msp::FS::Path &get_platform_sysroot() const { return platform_sysroot; }
 };