Skip to content

Commit e123822

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
No comment
1 parent a16fa0d commit e123822

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ fixtures: specs-fixtures idiomatic
8383
regen: clean specs capi idiomatic
8484

8585
test:
86-
go test $$(go list ./... | grep -v -E '/(capi|tests|examples)/|/ndk/[a-z][a-z0-9]*$$') -count=1
86+
go test $$(go list ./... | grep -v -E '/(capi|cmd|tests|examples)/|/ndk/[a-z][a-z0-9]*$$') -count=1
8787

8888
lint:
8989
golangci-lint run ./tools/...
9090

91-
# Cross-compile all examples for Android arm64 to catch compile errors (requires NDK)
91+
# Cross-compile all examples and ndkcli for Android arm64 to catch compile errors (requires NDK)
9292
check-examples:
9393
CGO_ENABLED=1 GOOS=android GOARCH=arm64 \
9494
CC=$(NDK_PATH)/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android35-clang \
95-
go build ./examples/...
95+
go build ./examples/... ./cmd/ndkcli/
9696

9797
# Cross-compile E2E test binary for Android x86_64 (requires NDK)
9898
e2e-build:

capi/manifests/media.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ GENERATOR:
1414
- "media/NdkMediaDrm.h"
1515
- "media/NdkMediaCrypto.h"
1616
FlagGroups:
17-
- {name: LDFLAGS, flags: [-lmediandk]}
17+
- {name: LDFLAGS, flags: ["-lmediandk", "-Wl,--allow-shlib-undefined"]}

capi/media/cgo_helpers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

capi/media/media.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

capi/media/types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/ndkcli/android_gen.go

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)