otafault: Move headers under otafault/.

Test: mmma bootable/recovery
Change-Id: I3ceb72f703c7c2857d656c137d71baa1fccd8238
This commit is contained in:
Tao Bao
2017-09-29 10:29:53 -07:00
parent 50f5a54a1e
commit d33b2f86b7
10 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include <sys/types.h>
#include <unistd.h>
#include "ota_io.h"
#include "otafault/ota_io.h"
int main(int /* argc */, char** /* argv */) {
int fd = open("testdata/test.file", O_RDWR);