Commit f4badcb
committed
mpl: factor shared internal headers into private hdrs target
Move the two headers that were duplicated across :mpl and :ui srcs in
src/mpl/BUILD (MplObserver.h, clusterEngine.h) into a new
:mpl_private_hdrs cc_library with //visibility:private, so they're
owned in one place and unreachable from outside //src/mpl. The new
target declares its own deps (:pusher, //src/odb/src/db) to be
self-contained. Also drop the redundant include/mpl/rtl_mp.h entry
from :ui srcs (already exposed via :mpl's hdrs).
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>1 parent 52e5336 commit f4badcb
1 file changed
Lines changed: 17 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
51 | 66 | | |
52 | 67 | | |
53 | 68 | | |
54 | | - | |
55 | 69 | | |
56 | 70 | | |
57 | 71 | | |
58 | 72 | | |
59 | 73 | | |
60 | 74 | | |
61 | 75 | | |
62 | | - | |
63 | 76 | | |
64 | 77 | | |
65 | 78 | | |
| |||
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
| 87 | + | |
74 | 88 | | |
75 | 89 | | |
76 | 90 | | |
| |||
87 | 101 | | |
88 | 102 | | |
89 | 103 | | |
90 | | - | |
91 | 104 | | |
92 | | - | |
93 | | - | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
| 119 | + | |
108 | 120 | | |
109 | 121 | | |
110 | 122 | | |
| |||
0 commit comments