File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1- _final : prev : prev . lib . optionalAttrs prev . stdenv . hostPlatform . isAndroid ( {
1+ _final : prev : {
2+ pkgsCross = prev . pkgsCross // {
3+ aarch64-android = import prev . path {
4+ inherit system ;
5+ inherit ( prev ) overlays ;
6+ crossSystem = prev . lib . systems . examples . aarch64-android // { sdkVer = "26" ; } ;
7+ } ;
8+ armv7a-android-prebuilt = import prev . path {
9+ inherit system ;
10+ inherit ( prev ) overlays ;
11+ crossSystem = prev . lib . systems . examples . armv7a-android-prebuilt // { sdkVer = "26" ; } ;
12+ } ;
13+ } ;
14+ } // prev . lib . optionalAttrs prev . stdenv . hostPlatform . isAndroid ( {
15+
216 # we really only want the static one.
317 libiconv = ( prev . libiconv . override { enableStatic = true ; enableShared = false ; } ) . overrideAttrs ( _ : {
418 hardeningDisable = [ "fortify" "stackprotector" "format" ] ;
You can’t perform that action at this time.
0 commit comments