android/include/meson.build: remove custom "-I" flag

This is not necessary because the declared dependency is enough for
Meson to generate the "-I" flag automatically.
This commit is contained in:
Max Kellermann 2023-12-22 16:52:11 +01:00
parent 38226dfe81
commit d9bbe39f48
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
javac = find_program('javac') javac = find_program('javac')
common_cppflags += '-I' + meson.current_build_dir()
bridge_header = custom_target( bridge_header = custom_target(
'org_musicpd_Bridge.h', 'org_musicpd_Bridge.h',
output: 'org_musicpd_Bridge.h', output: 'org_musicpd_Bridge.h',