Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SAI-PTF]Include sai expermential for generate the rpc headers (#1660) (
#1661) When generate the sai_adapter it depends on the files in sai expermental https://github.com/opencomputeproject/SAI/blob/master/meta/Makefile#L72 ``` CFLAGS += -I../inc -I../experimental $(WARNINGS) ``` In gensairpc https://github.com/opencomputeproject/SAI/blob/master/meta/gensairpc.pl#L132 ``` our $EXPERIMENTAL_DIR = catdir( $sai_dir, 'experimental' ); ``` But when generate the py headers for RPC service, it doesn't include that. In order to make them matched, then add that dependences. Test done: Local compile and checked the headers Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
- Loading branch information