Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4578bf1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "PDK fix. Remove conditional that stops component from being in PDK."

parents ca677112 429e5a63
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_PATH := $(call my-dir)

# the hat script
@@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava
include $(BUILD_PREBUILT)

# Apicheck is now part of Doclava -- See external/doclava.
endif