summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2012-06-22 10:53:59 -0700
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:05:37 -0700
commit168eeaed29c2428683842a1aba442eacbfc3d10d (patch)
tree7d38aacfe716349f8cc1aea487cd98d7c7d50872
parent4f9f2ff48683152bc3c2e32c7d7fe59b75734a9a (diff)
downloadpsb_headers-168eeaed29c2428683842a1aba442eacbfc3d10d.tar.gz
build: Clean up use of include files
BZ: 43321 Projects should not refer to header files in other projects directly (since projects can be moved around). Instead... headers should be published into the out/ directory and found there when needed. Change-Id: I0022f675aa6088b418128800bf2b19410c8a5baf Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Reviewed-on: http://android.intel.com:8080/56276 Reviewed-by: Li, XiaojingX <xiaojingx.li@intel.com> Tested-by: Li, XiaojingX <xiaojingx.li@intel.com>
-rw-r--r--Android.mk12
l---------psb_drm.h1
l---------psb_reg.h1
3 files changed, 0 insertions, 14 deletions
diff --git a/Android.mk b/Android.mk
index a663dff..bc90cf2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,15 +18,3 @@ LOCAL_COPY_HEADERS := \
ttm_placement.h\
include $(BUILD_COPY_HEADERS)
-
-
-include $(CLEAR_VARS)
-
-LOCAL_COPY_HEADERS_TO := libpsb_drm
-
-LOCAL_COPY_HEADERS := \
- psb_drm.h \
- psb_reg.h
-
-include $(BUILD_COPY_HEADERS)
-
diff --git a/psb_drm.h b/psb_drm.h
deleted file mode 120000
index 48ac8dc..0000000
--- a/psb_drm.h
+++ /dev/null
@@ -1 +0,0 @@
-../linux-2.6/drivers/staging/mrst/drv/psb_drm.h \ No newline at end of file
diff --git a/psb_reg.h b/psb_reg.h
deleted file mode 120000
index 9a990f1..0000000
--- a/psb_reg.h
+++ /dev/null
@@ -1 +0,0 @@
-../linux-2.6/drivers/staging/mrst/drv/psb_reg.h \ No newline at end of file