index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
ndk_library.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compile-time pathDeps as implicit dependencies
Pirama Arumuga Nainar
2017-12-19
1
-1
/
+1
*
Replace ModuleContext.AConfig() with Config()
Colin Cross
2017-11-30
1
-3
/
+3
*
Wrap PackageContext and SingletonContext
Colin Cross
2017-11-29
1
-2
/
+2
*
Add default -Wall -Werror or -Wall.
Chih-Hung Hsieh
2017-11-20
1
-0
/
+2
*
Fix using aidl files from filegroups
Colin Cross
2017-11-17
1
-2
/
+2
*
Change bool, and string properties to *bool, and *string for cc
Nan Zhang
2017-11-07
1
-10
/
+11
*
Move ModuleContext.ModuleBuild to ModuleContext.Build
Colin Cross
2017-10-24
1
-1
/
+1
*
Make binaries executable
Colin Cross
2017-08-31
1
-1
/
+1
*
Expose the minimum supported SDK version to make.
Dan Albert
2017-08-17
1
-6
/
+8
*
Adapt to PLATFORM_VERSION_FUTURE_CODENAMES.
Dan Albert
2017-08-02
1
-1
/
+1
*
Add to cflags in compilerFlags()
George Burgess IV
2017-07-19
1
-12
/
+19
*
Refactor factories
Colin Cross
2017-06-30
1
-6
/
+8
*
Require that NDK symbol files end with .map.txt.
Dan Albert
2017-06-13
1
-0
/
+4
*
Prettify soong ninja build descriptions
Colin Cross
2017-05-10
1
-5
/
+5
*
Generate stub libraries for unreleased API levels.
Dan Albert
2017-04-28
1
-5
/
+10
*
Use ArchType instead of string as map key
Colin Cross
2017-04-13
1
-10
/
+9
*
Skip ndkApiMutator on disabled modules
Colin Cross
2017-04-13
1
-2
/
+4
*
Remove explicit suffixes from (ll)ndk_library
Dan Willemsen
2017-04-11
1
-13
/
+11
*
Add LLNDK support for the VNDK
Dan Willemsen
2017-04-07
1
-17
/
+19
*
Add `sdk_version: "minimum"`.
Dan Albert
2017-03-31
1
-6
/
+10
*
Build a static library for header-only libraries
Colin Cross
2017-02-14
1
-1
/
+1
*
Allow `unversioned_until: "current"`.
Dan Albert
2017-01-05
1
-0
/
+8
*
Add unversioned_until to ndk_library.
Dan Albert
2017-01-03
1
-2
/
+39
*
Pass DepsContext to dependency methods
Colin Cross
2016-12-13
1
-1
/
+1
*
Remove boolean arguments from NewLibrary()
Colin Cross
2016-12-13
1
-1
/
+2
*
Allow `first_version: "current"` in ndk_library.
Dan Albert
2016-11-10
1
-6
/
+25
*
Generate "current" API level.
Dan Albert
2016-11-10
1
-7
/
+8
*
Revert "Revert "Use the platform SDK version from the config.""
Dan Albert
2016-11-10
1
-10
/
+1
*
Revert "Use the platform SDK version from the config."
Dan Albert
2016-11-09
1
-1
/
+10
*
Use the platform SDK version from the config.
Dan Albert
2016-11-08
1
-10
/
+1
*
Start using "struct Objects" to store object Paths
Dan Willemsen
2016-10-31
1
-3
/
+3
*
Simplify compileObjs
Colin Cross
2016-10-27
1
-6
/
+2
*
Enable goma in soong
Colin Cross
2016-08-31
1
-1
/
+1
*
Make BottomUpMutators parallel
Colin Cross
2016-08-11
1
-1
/
+5
*
Fix ndk_library following decorator refactor.
Dan Albert
2016-08-08
1
-4
/
+5
*
Don't generate intermediate NDK libraries.
Dan Albert
2016-08-05
1
-28
/
+36
*
Refactor cc modules to use decorators instead of inheritance
Colin Cross
2016-08-05
1
-52
/
+31
*
Auto-fill ndkMigratedLibs.
Dan Albert
2016-08-04
1
-0
/
+12
*
Use the version script for ndk_library.
Dan Albert
2016-08-02
1
-0
/
+14
*
Rename compiler, linker and installer methods to be unique
Colin Cross
2016-08-01
1
-3
/
+3
*
Separate cc.go
Colin Cross
2016-07-29
1
-0
/
+24
*
Generate NDK sysroots from the platform build.
Dan Albert
2016-07-28
1
-0
/
+250