diff options
author | Prateek Sood <prsood@codeaurora.org> | 2020-02-18 15:29:40 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-01 04:53:38 -0700 |
commit | 95f9daa79600719fcb338a38f7de2807aeded81a (patch) | |
tree | f6301fec0432c1a3baae66e4f0ab2e6f7e90586c | |
parent | ce8a4f6cef9b6b38b405a137ce60abf14c3ed73a (diff) |
headers_lib: rename Android.bp
Rename Android.bp to Androidbp. This is done to
avoid compilation failure reported for SA* targets.
Ignore tracking of Android.bp link file.
Change-Id: Ie36f8bf5e0ac011e5f82e4cbd3c2cc7d6bf14070
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org>
[schikk@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | Androidbp (renamed from Android.bp) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b17dcd217d83..fb1cf18b196e 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,8 @@ all.config # fetched Android config fragments android/configs/android-*.cfg + +# +#Ignoring Android.bp link file +# +Android.bp diff --git a/Android.bp b/Androidbp index 1fd921a0e88c..1fd921a0e88c 100644 --- a/Android.bp +++ b/Androidbp |