android-tools: fix native build

The native tools include compilation of zip_writter, where it include
gtest/gtest_prod.h. So native build need to depend on gtest-native.

Signed-off-by: Claus Stovgaard <claus@stovgaard.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Claus Stovgaard
2026-07-02 17:38:34 +02:00
committed by Khem Raj
parent af37a6f0fb
commit da27b5fb74
@@ -19,6 +19,7 @@ DEPENDS = " \
squashfs-tools \
zlib \
"
DEPENDS:append:class-native = " gtest-native"
# The debian/ patches are copied from android-platform-tools/debian/patches and
# applied in the order defined by debian/patches/series. Listing them as