]> git.tdb.fi Git - builder.git/blob - source/androidlinker.h
Move the bpk files into a subdirectory and install them
[builder.git] / source / androidlinker.h
1 #ifndef ANDROIDLINKER_H_
2 #define ANDROIDLINKER_H_
3
4 #include "gnulinker.h"
5
6 class AndroidNdk;
7
8 class AndroidLinker: public GnuLinker
9 {
10 public:
11         AndroidLinker(Builder &, const Architecture &, const AndroidNdk &);
12 };
13
14 #endif