diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-07-20 14:53:48 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-07-21 09:30:48 +0000 |
commit | 948b95a9a08d38e7f74a160c11193f73a90e98c9 (patch) | |
tree | d73867ac2357dba4f9b5b12a69e4041b9d5a3df6 /build-data | |
parent | 84bde8dc132f9be5cd208cf1ff446f366896a103 (diff) |
VPP-123: remove japi (the old Java API)
MANUAL_JAVA flag (used only by the japi)
was also removed.
Change-Id: Ied21521b2410af1c357afb04cbf9e849632ddc5f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/platforms/arm32.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms/arm32.mk b/build-data/platforms/arm32.mk index ab8d5864d48..7b80061b2ea 100644 --- a/build-data/platforms/arm32.mk +++ b/build-data/platforms/arm32.mk @@ -19,7 +19,7 @@ arm32_uses_dpdk = yes arm32_uses_openssl = no arm32_root_packages = vpp vlib vlib-api vnet svm vpp-api-test \ - vpp-japi gmod + jvpp gmod vlib_configure_args_arm32 = --with-pre-data=128 vnet_configure_args_arm32 = --with-dpdk --without-ipsec --without-ipv6sr |