diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-15 23:01:54 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-17 02:08:15 +0000 |
commit | 3b1a450f99e6f5536384d22334418b6e82e9d3c4 (patch) | |
tree | a6fcad37ecd02bed46e533afc25371380ba15959 /agl-basefiles | |
parent | 54bb9c84684274ce393310e22e00baced4951577 (diff) |
Changed the name of a file and some lines
From agl_types_obsoluted.h => agl_types_deprecated.h
because "obsolute" is misspelled.
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a
Diffstat (limited to 'agl-basefiles')
-rw-r--r-- | agl-basefiles/include/agl_types_deprecated.h (renamed from agl-basefiles/include/agl_types_obsoluted.h) | 0 | ||||
-rw-r--r-- | agl-basefiles/share/agl.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/agl-basefiles/include/agl_types_obsoluted.h b/agl-basefiles/include/agl_types_deprecated.h index 0f7e86d..0f7e86d 100644 --- a/agl-basefiles/include/agl_types_obsoluted.h +++ b/agl-basefiles/include/agl_types_deprecated.h diff --git a/agl-basefiles/share/agl.mk b/agl-basefiles/share/agl.mk index cde65cc..dfcf908 100644 --- a/agl-basefiles/share/agl.mk +++ b/agl-basefiles/share/agl.mk @@ -86,7 +86,7 @@ DESTDIR ?= $(SDKTARGETSYSROOT) WARN_FLAGS ?= -Wall DEBUG_FLAGS ?= -g -AUTO_INCLUDE := -include $(SYSROOT)/usr/include/basesystem/agl_types_obsoluted.h +AUTO_INCLUDE := -include $(SYSROOT)/usr/include/basesystem/agl_types_deprecated.h AGLCFLAGS := $(CFLAGS) $(COMPONENT_CFLAGS) AGLCXXFLAGS := $(CXXFLAGS) $(COMPONENT_CXXFLAGS) AGLCPPFLAGS := $(CPPFLAGS) $(COMPONENT_CPPFLAGS) |