Archived
1
0
Fork 0

gnu: Rename "libbase" to "android-libbase".

* gnu/packages/android.scm (libbase): Rename to...
(android-libbase): ...this.
This commit is contained in:
Danny Milosavljevic 2018-05-09 22:26:06 +02:00
parent 8272e5e0b7
commit 01a2389a66
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -169,9 +169,9 @@ interfaces for either writing or reading logs. The log buffers are divided up
in Main, System, Radio and Events sub-logs.") in Main, System, Radio and Events sub-logs.")
(license license:asl2.0))) (license license:asl2.0)))
(define libbase (define android-libbase
(package (package
(name "libbase") (name "android-libbase")
(version (android-platform-version)) (version (android-platform-version))
(source (android-platform-system-core version)) (source (android-platform-system-core version))
(build-system android-ndk-build-system) (build-system android-ndk-build-system)
@ -320,7 +320,7 @@ various Android core host applications.")
(install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include")) (install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include"))
#t))))) #t)))))
(inputs (inputs
`(("libbase" ,libbase) `(("android-libbase" ,android-libbase)
("libcutils" ,libcutils) ("libcutils" ,libcutils)
("android-liblog" ,android-liblog) ("android-liblog" ,android-liblog)
("openssl" ,openssl))) ("openssl" ,openssl)))
@ -611,7 +611,7 @@ Android core.")
("android-ext4-utils" ,android-ext4-utils) ("android-ext4-utils" ,android-ext4-utils)
("android-f2fs-utils" ,android-f2fs-utils) ("android-f2fs-utils" ,android-f2fs-utils)
("googletest" ,googletest) ("googletest" ,googletest)
("libbase" ,libbase) ("android-libbase" ,android-libbase)
("libcutils" ,libcutils) ("libcutils" ,libcutils)
("android-liblog" ,android-liblog) ("android-liblog" ,android-liblog)
("android-libutils" ,android-libutils) ("android-libutils" ,android-libutils)