commit | 2b8936c7544d86301d883b66932399441d434936 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 01 17:45:16 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 08 17:30:55 2024 +0100 |
tree | 9757477d25fc28b08d745f43cbdb531ce96e83ca | |
parent | c3a78dfa22f357a9f694dccae5d9c06f5cd65243 [diff] |
liblibfdt_bindgen: Only use libfdt as header_libs Only use the library for its headers, as the bindgen doesn't actually require any object files. Test: m pvmfw Change-Id: I49885cd80d20ca99426f1be111da9a1c28d8885a
diff --git a/libs/libfdt/Android.bp b/libs/libfdt/Android.bp index b2e7b2b..4ec0cc5 100644 --- a/libs/libfdt/Android.bp +++ b/libs/libfdt/Android.bp
@@ -19,7 +19,7 @@ dylib: { enabled: false, }, - static_libs: [ + header_libs: [ "libfdt", ], apex_available: ["com.android.virt"],