mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user