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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user