mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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 \
|
squashfs-tools \
|
||||||
zlib \
|
zlib \
|
||||||
"
|
"
|
||||||
|
DEPENDS:append:class-native = " gtest-native"
|
||||||
|
|
||||||
# The debian/ patches are copied from android-platform-tools/debian/patches and
|
# The debian/ patches are copied from android-platform-tools/debian/patches and
|
||||||
# applied in the order defined by debian/patches/series. Listing them as
|
# applied in the order defined by debian/patches/series. Listing them as
|
||||||
|
|||||||
Reference in New Issue
Block a user