diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2021-11-27 06:06:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 06:06:06 +1000 |
commit | 9bf56e0cbe7afd1ff29d5f4d7b68e8e301c7e5d5 (patch) | |
tree | 67d9ac0c17b0301964ff94d196689e6b5605d582 /tools/depends/target/Makefile | |
parent | 698d54d26c5eba9782764693635505e3ddb1e0dc (diff) | |
parent | 568e49211041643a5a1e0cf60b9368024d3f55f8 (diff) |
Merge pull request #20565 from fuzzard/android_fixups
Android fixups/minors
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 82c02508dc..d615deccc4 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -66,7 +66,7 @@ else endif ifeq ($(OS),darwin_embedded) - EXCLUDED_DEPENDS = libcec libusb + EXCLUDED_DEPENDS = libcec libusb googletest ifeq ($(TARGET_PLATFORM),appletvos) DEPENDS += boblight EXCLUDED_DEPENDS += libshairplay libplist @@ -82,7 +82,7 @@ ifeq ($(OS),osx) endif ifeq ($(OS),android) - EXCLUDED_DEPENDS = libcec libusb + EXCLUDED_DEPENDS = libcec libusb googletest DEPENDS += dummy-libxbmc libuuid libandroidjni libzip PYMODULE_DEPS = dummy-libxbmc LIBUUID = libuuid |