Remove full paths from abi_diff.proto

This commit removes the full import path from abi_diff.proto so that
header-abi-dumper can be built separately.

Test: ./tests/test.py
Change-Id: Iec5062dc7ddecfec0f2fdac5993513fd647475ae
This commit is contained in:
Logan Chien
2018-08-14 18:02:42 +08:00
parent 88368b1306
commit add620d230
6 changed files with 52 additions and 36 deletions

View File

@@ -15,8 +15,8 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-parameter"
#pragma clang diagnostic ignored "-Wnested-anon-types"
#include "proto/abi_dump.pb.h"
#include "proto/abi_diff.pb.h"
#include "abi_dump.pb.h"
#include "abi_diff.pb.h"
#pragma clang diagnostic pop
#include <header_abi_util.h>