Merge "Move default libnativehelper include to mock dir."
am: 3c8ba15bdd
Change-Id: I3a3d773765893a97055c60616710ed147042911d
This commit is contained in:
@@ -124,7 +124,7 @@ func init() {
|
||||
// This is used by non-NDK modules to get jni.h. export_include_dirs doesn't help
|
||||
// with this, since there is no associated library.
|
||||
pctx.PrefixedExistentPathsForSourcesVariable("CommonNativehelperInclude", "-I",
|
||||
[]string{"libnativehelper/include/nativehelper"})
|
||||
[]string{"libnativehelper/include_deprecated"})
|
||||
|
||||
pctx.SourcePathVariable("ClangDefaultBase", ClangDefaultBase)
|
||||
pctx.VariableFunc("ClangBase", func(config interface{}) (string, error) {
|
||||
|
Reference in New Issue
Block a user